aboutsummaryrefslogtreecommitdiff
path: root/test.bash
diff options
context:
space:
mode:
Diffstat (limited to 'test.bash')
-rwxr-xr-xtest.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.bash b/test.bash
index bd397fd..f90c3da 100755
--- a/test.bash
+++ b/test.bash
@@ -4,7 +4,7 @@ set -eu
cd "$(dirname "$0")"
-go test ./cryptfs $*
+#go test ./cryptfs $*
source build.bash
go test ./integration_tests $*