From 4697c772ca3809829170c3cbb07938a0e729dfa8 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 14 Feb 2006 02:56:16 +0000 Subject: dont bother exporting variables and use := where appropriate --- test/args/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'test/args') 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 " -- cgit v1.2.3