diff options
author | Jakob Unterwurzacher | 2015-10-11 18:36:07 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-10-11 18:40:27 +0200 |
commit | b00fc379c4d18ca848b5ded70549120755a509c4 (patch) | |
tree | 3635a70ad6a695852b5062cf513e6a2f00096be1 /benchmark.bash | |
parent | d1d444435cf4351fc50ffd02c203cf4a2209b8e5 (diff) |
Fix helper scripts for new top-level path
Diffstat (limited to 'benchmark.bash')
-rwxr-xr-x | benchmark.bash | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/benchmark.bash b/benchmark.bash index baba0f1..447581a 100755 --- a/benchmark.bash +++ b/benchmark.bash @@ -2,7 +2,5 @@ set -eux -cd gocryptfs_main - go build go test -bench=. |