summaryrefslogtreecommitdiffstats
path: root/tests/bfs/files0_from_twice.sh
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2025-04-01 06:50:26 -0400
committerTavian Barnes <tavianator@tavianator.com>2025-04-01 07:28:02 -0400
commita662fda2642e17478bc8e78adb4c6642a8505cdb (patch)
tree95107aed722b822a72856f75bd2746b0318885b8 /tests/bfs/files0_from_twice.sh
parentb1fe97289315cfb6278eec4554b92776df98f28d (diff)
downloadbfs-a662fda2642e17478bc8e78adb4c6642a8505cdb.tar.xz
parse: Only process the last -files0-from
GNU find intentionally makes later -files0-from options override earlier ones, for symmetry with similar features like du --files0-from. Change bfs to match. Link: https://savannah.gnu.org/bugs/?66965
Diffstat (limited to 'tests/bfs/files0_from_twice.sh')
-rw-r--r--tests/bfs/files0_from_twice.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/bfs/files0_from_twice.sh b/tests/bfs/files0_from_twice.sh
deleted file mode 100644
index 1119952..0000000
--- a/tests/bfs/files0_from_twice.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-printf 'basic/c\0' >"$TEST/in1"
-printf 'basic/g\0' >"$TEST/in2"
-bfs_diff -files0-from "$TEST/in1" -files0-from "$TEST/in2"