aboutsummaryrefslogtreecommitdiff
path: root/tests/tmux-util/fake-sleep
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tmux-util/fake-sleep')
-rwxr-xr-xtests/tmux-util/fake-sleep4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/tmux-util/fake-sleep b/tests/tmux-util/fake-sleep
deleted file mode 100755
index 2b8a549..0000000
--- a/tests/tmux-util/fake-sleep
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-# Fake sleep — no-op so tests don't actually wait. Tests assert on behavior,
-# not timing.
-exit 0