summaryrefslogtreecommitdiffstats
path: root/tests/features/flock_interrupt.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/features/flock_interrupt.t')
-rw-r--r--tests/features/flock_interrupt.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/features/flock_interrupt.t b/tests/features/flock_interrupt.t
index 964a4bc20ef..b8717e30dfb 100644
--- a/tests/features/flock_interrupt.t
+++ b/tests/features/flock_interrupt.t
@@ -28,6 +28,5 @@ flock $M0/testfile sleep 6 & { sleep 0.3; flock -w 2 $M0/testfile true; echo ok
EXPECT_WITHIN 4 ok cat got_lock;
## Finish up
-sleep 7;
rm -f got_lock;
cleanup;