summaryrefslogtreecommitdiff
path: root/test/runTest
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 19:49:47 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 19:49:47 -0300
commit13b98e9182bad88e91e2a6d663e79499cf7263e8 (patch)
tree2655120abc30474011c6bdc332634a82d2db6abe /test/runTest
parentdcb06b94399279fa6ccc09cfda5451bc267a9b57 (diff)
fix sources
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)