summaryrefslogtreecommitdiff
path: root/test/args
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-14 02:56:16 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-14 02:56:16 +0000
commit4697c772ca3809829170c3cbb07938a0e729dfa8 (patch)
tree8d6f97ac3482acd8e2c1f2d5f977774fe542d444 /test/args
parent93b85123789edb7bbbf9fb7b90dcdfaf696febe1 (diff)
dont bother exporting variables and use := where appropriate
Diffstat (limited to 'test/args')
-rw-r--r--test/args/Makefile7
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 "