diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-08-14 15:59:04 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-08-14 15:59:04 -0400 |
commit | 92f0c513ba4e9119c5b6977366ce997151a44977 (patch) | |
tree | 20c4feb36a3382e37c6c885c9e09f88b3b98286a /tests/gnu/files0_from_none.sh | |
parent | a63078374d83a00e8f2bafb9dbc27c3c3d362971 (diff) | |
download | bfs-92f0c513ba4e9119c5b6977366ce997151a44977.tar.xz |
parse: Allow -files0-from an empty set of paths
This follows a behaviour change in GNU findutils 4.9.0.
Diffstat (limited to 'tests/gnu/files0_from_none.sh')
-rw-r--r-- | tests/gnu/files0_from_none.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gnu/files0_from_none.sh b/tests/gnu/files0_from_none.sh index 090fce0..1633163 100644 --- a/tests/gnu/files0_from_none.sh +++ b/tests/gnu/files0_from_none.sh @@ -1 +1 @@ -! printf "" | invoke_bfs -files0-from - +printf "" | bfs_diff -files0-from - |