summaryrefslogtreecommitdiff
path: root/test.bash
diff options
context:
space:
mode:
Diffstat (limited to 'test.bash')
-rwxr-xr-xtest.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.bash b/test.bash
index 7c60b8c..99884a8 100755
--- a/test.bash
+++ b/test.bash
@@ -28,7 +28,7 @@ unmount_leftovers() {
(
# Prevent multiple parallel test.bash instances as this causes
-# all kinds of mayham
+# all kinds of mayhem
if ! command -v flock > /dev/null ; then
echo "flock is not available, skipping"
elif ! flock -n 200 ; then