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