aboutsummaryrefslogtreecommitdiffstats
path: root/test-all.sh
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2021-12-13 19:54:46 +0200
committerMartin Pärtel <martin.partel@gmail.com>2021-12-13 19:54:46 +0200
commit2e7e288bd588f2a53144d1d907e510482332f944 (patch)
treea4dd68fe2893c05160e5aacfd357f6616ce3504e /test-all.sh
parent9664dcb7623f07bdddb8d7e9f8875400c450e28e (diff)
downloadbindfs-2e7e288bd588f2a53144d1d907e510482332f944.tar.gz
Fixed test-all.sh
Diffstat (limited to 'test-all.sh')
-rwxr-xr-xtest-all.sh2
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