summaryrefslogtreecommitdiffstats
path: root/tests/runtest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtest.sh')
-rwxr-xr-xtests/runtest.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/runtest.sh b/tests/runtest.sh
index 4f2a2d2..d063cd7 100755
--- a/tests/runtest.sh
+++ b/tests/runtest.sh
@@ -1,11 +1,11 @@
#!/bin/bash
tests="init"
-tests+=" ipmap macipmap portmap"
-tests+=" iphash nethash ipporthash"
-tests+=" ipportiphash ipportnethash"
-tests+=" iptree iptreemap"
-tests+=" setlist"
+tests="$tests ipmap macipmap portmap"
+tests="$tests iphash nethash ipporthash"
+tests="$tests ipportiphash ipportnethash"
+tests="$tests iptree iptreemap"
+tests="$tests setlist"
if [ "$1" ]; then
tests="init $@"