aboutsummaryrefslogtreecommitdiff
path: root/tests/tmux-util/fake-sleep
blob: 2b8a549063c2a3f82fccb927918a7cdcdc52b7f2 (plain)
1
2
3
4
#!/bin/sh
# Fake sleep — no-op so tests don't actually wait. Tests assert on behavior,
# not timing.
exit 0