summaryrefslogtreecommitdiff
path: root/tests/wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wrapper.sh')
-rwxr-xr-xtests/wrapper.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/wrapper.sh b/tests/wrapper.sh
index 5ba80ed0..07cc784f 100755
--- a/tests/wrapper.sh
+++ b/tests/wrapper.sh
@@ -2,8 +2,8 @@
## get some parameters from the makefile
-export srcdir=$1
-export top_builddir=$2
-export SHELL
+srcdir=$1
+top_builddir=$2
+export SHELL srcdir top_builddir
$3