aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest.bash3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.bash b/test.bash
index 68cc74f..bd397fd 100755
--- a/test.bash
+++ b/test.bash
@@ -2,7 +2,8 @@
set -eu
-go build ./cryptfs
+cd "$(dirname "$0")"
+
go test ./cryptfs $*
source build.bash