diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-10-06 12:00:02 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-10-06 12:00:02 -0400 |
commit | bcfe9c4e846bc97f97967c7df95e6b0a08a9a0ad (patch) | |
tree | 7e12e0cb6fb911c2930810175db3bf01d46951fe /tests/bfs | |
parent | 14c610d1e2849c1d162adf6f43b72e023780ffde (diff) | |
download | bfs-bcfe9c4e846bc97f97967c7df95e6b0a08a9a0ad.tar.xz |
tests/bfs/status: Try to test SIGWINCH
Diffstat (limited to 'tests/bfs')
-rw-r--r-- | tests/bfs/status.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bfs/status.sh b/tests/bfs/status.sh index d3859e2..83e12d3 100644 --- a/tests/bfs/status.sh +++ b/tests/bfs/status.sh @@ -1 +1 @@ -bfs_pty basic -status >"$OUT" +bfs_pty basic -status -print -depth 0 -exec stty cols 123 rows 14 \; >"$OUT" |