aboutsummaryrefslogtreecommitdiff
path: root/test.bash
diff options
context:
space:
mode:
Diffstat (limited to 'test.bash')
-rwxr-xr-xtest.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.bash b/test.bash
index 664ca42..405d3b2 100755
--- a/test.bash
+++ b/test.bash
@@ -24,10 +24,10 @@ for i in $(mount | grep $TESTDIR | cut -f3 -d" "); do
fuse-unmount $i
done
-source build-without-openssl.bash
+./build-without-openssl.bash
# Building with openssl is difficult on OSX, so only do it on Linux.
if [[ $OSTYPE == linux* ]] ; then
- source build.bash
+ ./build.bash
fi
if go tool | grep vet > /dev/null ; then