diff options
Diffstat (limited to 'test/args/Makefile.in')
-rw-r--r-- | test/args/Makefile.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/args/Makefile.in b/test/args/Makefile.in deleted file mode 100644 index f4edab454..000000000 --- a/test/args/Makefile.in +++ /dev/null @@ -1,9 +0,0 @@ -# uClibc args tests -# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. - -OPTS_arg_test = a b c d e f g h -WRAPPER_arg_test = \ - env -i \ - ENVVAR=123 \ - SOMETHING=sldajfasdf \ - BLAHBLAH=" hi hi " |