diff options
Diffstat (limited to 'tests/tmux-util/fake-sleep')
| -rwxr-xr-x | tests/tmux-util/fake-sleep | 4 |
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 |
