diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-09-23 19:49:47 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-09-23 19:49:47 -0300 |
commit | 13b98e9182bad88e91e2a6d663e79499cf7263e8 (patch) | |
tree | 2655120abc30474011c6bdc332634a82d2db6abe /test/runTest | |
parent | dcb06b94399279fa6ccc09cfda5451bc267a9b57 (diff) |
fix sources
Diffstat (limited to 'test/runTest')
-rwxr-xr-x | test/runTest | 2 |
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) |