diff options
-rwxr-xr-x | test-all.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-all.sh b/test-all.sh index 38dcfc2..e435234 100755 --- a/test-all.sh +++ b/test-all.sh @@ -10,4 +10,4 @@ if which valgrind > /dev/null; then sudo ./test_bindfs.rb --valgrind else echo "Valgrind not installed. Not running tests with Valgrind." -end +fi |