summaryrefslogtreecommitdiffstats
path: root/bin/runtest
diff options
context:
space:
mode:
Diffstat (limited to 'bin/runtest')
-rwxr-xr-xbin/runtest9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/runtest b/bin/runtest
index 3afa711..6194348 100755
--- a/bin/runtest
+++ b/bin/runtest
@@ -309,6 +309,15 @@ RUNSNAPTEST()
export $1
shift; shift
;;
+ setenv3)
+ # set environment variable with 3 values
+ # a kludge now--the extra single quotes are needed
+ # else eval complains.
+ shift
+ eval $1="'$2 $3 $4'"
+ export $1
+ shift; shift; shift
+ ;;
skip)
# skip this test
skiptest=yes