aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2021-06-01 22:03:07 -0500
committerRob Landley <rob@landley.net>2021-06-01 22:03:07 -0500
commite00b4c26553beae06e0a30365cba291921106a48 (patch)
tree62d9949d340c5bab965de9477dcddec9bb6d27f5
parent3eb92247b34466aeff9fa313ea76cb61cf48835c (diff)
downloadtoybox-e00b4c26553beae06e0a30365cba291921106a48.tar.gz
Clear environment variables between tests.
-rwxr-xr-xscripts/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test.sh b/scripts/test.sh
index cdfe3bdb..daaeec07 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -44,7 +44,7 @@ do_test()
fi
C="$(dirname $(realpath "$C"))/$CMDNAME"
- . "$1"
+ (. "$1")
}
if [ $# -ne 0 ]