diff options
| author | Martin Pärtel <martin.partel@gmail.com> | 2021-12-13 19:54:46 +0200 |
|---|---|---|
| committer | Martin Pärtel <martin.partel@gmail.com> | 2021-12-13 19:54:46 +0200 |
| commit | 2e7e288bd588f2a53144d1d907e510482332f944 (patch) | |
| tree | a4dd68fe2893c05160e5aacfd357f6616ce3504e | |
| parent | 9664dcb7623f07bdddb8d7e9f8875400c450e28e (diff) | |
| download | bindfs-2e7e288bd588f2a53144d1d907e510482332f944.tar.gz | |
Fixed test-all.sh
| -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 |
