aboutsummaryrefslogtreecommitdiff
path: root/test.bash
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-10-11 18:36:07 +0200
committerJakob Unterwurzacher2015-10-11 18:40:27 +0200
commitb00fc379c4d18ca848b5ded70549120755a509c4 (patch)
tree3635a70ad6a695852b5062cf513e6a2f00096be1 /test.bash
parentd1d444435cf4351fc50ffd02c203cf4a2209b8e5 (diff)
Fix helper scripts for new top-level path
Diffstat (limited to 'test.bash')
-rwxr-xr-xtest.bash3
1 files changed, 1 insertions, 2 deletions
diff --git a/test.bash b/test.bash
index a6f98be..8eadfab 100755
--- a/test.bash
+++ b/test.bash
@@ -2,10 +2,9 @@
set -eux
-cd cryptfs
go build
go test
-cd ../gocryptfs_main
+cd cryptfs
go build
go test