Make test.bash work when called from outside the gocryptfs directory

Also, get rid of useless intermediate build step
This commit is contained in:
Jakob Unterwurzacher 2016-01-09 14:20:04 +01:00
parent 236970adee
commit f01f599d74
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
set -eu
go build ./cryptfs
cd "$(dirname "$0")"
go test ./cryptfs $*
source build.bash