diff options
Diffstat (limited to 'tests/tmux-util/fake-kill')
| -rwxr-xr-x | tests/tmux-util/fake-kill | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/tmux-util/fake-kill b/tests/tmux-util/fake-kill deleted file mode 100755 index a157e32..0000000 --- a/tests/tmux-util/fake-kill +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# Fake kill for testing tmux-util. -# -# Records every invocation to $FAKE_TMUX_DIR/kill.log as one line per call. -# Format: kill <args> -# Exits 0 unconditionally — tests assert on the log, not the actual signaling. - -: "${FAKE_TMUX_DIR:?FAKE_TMUX_DIR must be set}" - -printf 'kill %s\n' "$*" >> "$FAKE_TMUX_DIR/kill.log" -exit 0 |
