summaryrefslogtreecommitdiff
path: root/test/runTest
diff options
context:
space:
mode:
Diffstat (limited to 'test/runTest')
-rwxr-xr-xtest/runTest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runTest b/test/runTest
index b8713d8..bb86983 100755
--- a/test/runTest
+++ b/test/runTest
@@ -1,6 +1,6 @@
#!/bin/bash
-. "$(dirname ${BASH_SOURCE[0]})/lib/common.inc"
+source "$(dirname ${BASH_SOURCE[0]})/lib/common.inc"
for t in "$(dirname ${BASH_SOURCE[0]})/test.d/"*.sh; do
l=$(basename ${t} .sh)