summaryrefslogtreecommitdiff
path: root/test/test.d/testing2x.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.d/testing2x.sh')
-rwxr-xr-xtest/test.d/testing2x.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.d/testing2x.sh b/test/test.d/testing2x.sh
index d0d08d5..a291ee3 100755
--- a/test/test.d/testing2x.sh
+++ b/test/test.d/testing2x.sh
@@ -1,7 +1,7 @@
#!/bin/bash
curdir=$(readlink -e $(dirname $0))
-. "${curdir}/../lib/common.inc"
+source "${curdir}/../lib/common.inc"
testTesting2xAnyPackage() {
releasePackage core pkg-any-a any
@@ -24,4 +24,4 @@ testTesting2xAnyPackage() {
checkRemovedAnyPackage testing pkg-any-a
}
-. "${curdir}/../lib/shunit2"
+source "${curdir}/../lib/shunit2"