From b0ee5258b1ac60b9a672d9db0816b17ae12d0e55 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 6 Feb 2016 20:22:45 +0100 Subject: Fix tests - were broken by the refactoring --- test.bash | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test.bash') diff --git a/test.bash b/test.bash index f90c3da..d662e0f 100755 --- a/test.bash +++ b/test.bash @@ -4,7 +4,6 @@ set -eu cd "$(dirname "$0")" -#go test ./cryptfs $* - source build.bash -go test ./integration_tests $* + +go test ./... -- cgit v1.2.3