summaryrefslogtreecommitdiff
path: root/test/test.d/sourceballs.sh
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/test.d/sourceballs.sh
parentdcb06b94399279fa6ccc09cfda5451bc267a9b57 (diff)
fix sources
Diffstat (limited to 'test/test.d/sourceballs.sh')
-rwxr-xr-xtest/test.d/sourceballs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.d/sourceballs.sh b/test/test.d/sourceballs.sh
index a34093a..d1adf1e 100755
--- a/test/test.d/sourceballs.sh
+++ b/test/test.d/sourceballs.sh
@@ -1,7 +1,7 @@
#!/bin/bash
curdir=$(readlink -e $(dirname $0))
-. "${curdir}/../lib/common.inc"
+source "${curdir}/../lib/common.inc"
testSourceballs() {
local arches=('i686' 'x86_64')
@@ -81,4 +81,4 @@ testSourceballsCleanup() {
[ ! -r ${root_dir}/${SRCPOOL}/pkg-simple-b-*${source_extension_suffixfile} ] && fail "source package not found!"
}
-. "${curdir}/../lib/shunit2"
+source "${curdir}/../lib/shunit2"