diff options
Diffstat (limited to 'test/args')
-rw-r--r-- | test/args/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/args/Makefile b/test/args/Makefile index 7475fbe45..3a1355c83 100644 --- a/test/args/Makefile +++ b/test/args/Makefile @@ -5,8 +5,9 @@ TESTS := arg_test include ../Test.mak -export WRAPPER_arg_test = \ +OPTS_arg_test = a b c d e f g h +WRAPPER_arg_test = \ env -i \ ENVVAR=123 \ - SOMETHING=sldajfasdf -export OPTS_arg_test = a b c d e f g h + SOMETHING=sldajfasdf \ + BLAHBLAH=" hi hi " |