aboutsummaryrefslogtreecommitdiff
path: root/scripts/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test.sh')
-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 ]