diff options
Diffstat (limited to 'test.bash')
-rwxr-xr-x | test.bash | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ set -eu cd "$(dirname "$0")" -go test ./cryptfs $* +#go test ./cryptfs $* source build.bash go test ./integration_tests $* |