summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2025-04-01 07:24:31 -0400
committerTavian Barnes <tavianator@tavianator.com>2025-04-01 07:28:02 -0400
commit37b4f3c9450d61fadc888f83e2f547b2beb15980 (patch)
treea1885c0ca5cf25c51c32bd0d4e8d9a1f14425ba8 /tests
parent9c911d74fa351985016d89e8b61b2869111bde71 (diff)
downloadbfs-37b4f3c9450d61fadc888f83e2f547b2beb15980.tar.xz
parse: Disallow -files0-from with explicit roots
This matches the behaviour of GNU find.
Diffstat (limited to 'tests')
-rw-r--r--tests/bfs/files0_from_root.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bfs/files0_from_root.sh b/tests/bfs/files0_from_root.sh
new file mode 100644
index 0000000..6ba5f00
--- /dev/null
+++ b/tests/bfs/files0_from_root.sh
@@ -0,0 +1,2 @@
+printf 'basic\0' >"$TEST/input"
+! invoke_bfs basic -files0-from "$TEST/input"