diff options
author | Jakob Unterwurzacher | 2016-02-06 20:22:45 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-02-06 20:22:45 +0100 |
commit | b0ee5258b1ac60b9a672d9db0816b17ae12d0e55 (patch) | |
tree | 3decdec7e3abf5978c2e936693a034cf838a16ca /test.bash | |
parent | 9078a77850dd680bfa938d9ed7c83600a60c0e7b (diff) |
Fix tests - were broken by the refactoring
Diffstat (limited to 'test.bash')
-rwxr-xr-x | test.bash | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -4,7 +4,6 @@ set -eu cd "$(dirname "$0")" -#go test ./cryptfs $* - source build.bash -go test ./integration_tests $* + +go test ./... |