diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-07-08 10:27:22 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-07-08 10:27:22 -0400 |
commit | 0ad75059c70488e9802d716c9e2dc04ad7b1ea5a (patch) | |
tree | 5604ca91e0f5de6f8b0a8ecad4cde90bde12c9ac /tests/posix | |
parent | 06b78a74dfd0943ff97cbf8b49f7d3591a4dc5d4 (diff) | |
download | bfs-0ad75059c70488e9802d716c9e2dc04ad7b1ea5a.tar.xz |
tests: -print0 is in POSIX 2024
Link: https://www.austingroupbugs.net/view.php?id=243
Diffstat (limited to 'tests/posix')
-rw-r--r-- | tests/posix/print0.out | bin | 0 -> 16 bytes | |||
-rw-r--r-- | tests/posix/print0.sh | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/posix/print0.out b/tests/posix/print0.out Binary files differnew file mode 100644 index 0000000..1347444 --- /dev/null +++ b/tests/posix/print0.out diff --git a/tests/posix/print0.sh b/tests/posix/print0.sh new file mode 100644 index 0000000..b916172 --- /dev/null +++ b/tests/posix/print0.sh @@ -0,0 +1,2 @@ +invoke_bfs basic/a basic/b -print0 >"$OUT" +diff_output |