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, 4 insertions, 0 deletions
diff --git a/tests/tmux-util/fake-sleep b/tests/tmux-util/fake-sleep
new file mode 100755
index 0000000..2b8a549
--- /dev/null
+++ b/tests/tmux-util/fake-sleep
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Fake sleep — no-op so tests don't actually wait. Tests assert on behavior,
+# not timing.
+exit 0