]> Sergey Matveev's repositories - bfs.git/commitdiff
tests/bfs: Add a test that runs -status
authorTavian Barnes <tavianator@tavianator.com>
Thu, 5 Oct 2023 21:18:40 +0000 (17:18 -0400)
committerTavian Barnes <tavianator@tavianator.com>
Thu, 5 Oct 2023 21:18:40 +0000 (17:18 -0400)
tests/bfs/status.sh [new file with mode: 0644]

diff --git a/tests/bfs/status.sh b/tests/bfs/status.sh
new file mode 100644 (file)
index 0000000..30bdfa7
--- /dev/null
@@ -0,0 +1,3 @@
+command -v unbuffer &>/dev/null || skip
+
+unbuffer "${BFS[@]}" basic -status >"$OUT"