diff options
Diffstat (limited to 'test.bash')
-rwxr-xr-x | test.bash | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |