diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2018-11-14 00:08:11 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2018-11-14 00:08:11 -0500 |
commit | a8f7b6dbd743bc224e2a8616993c373e82072956 (patch) | |
tree | 4f1485d9ebea1bca3e8105f9a049169aa45f0aab /tests/test_L.out | |
parent | 4b60aafc1185164cf48a0627bc3b092c6a79b3bc (diff) | |
download | bfs-a8f7b6dbd743bc224e2a8616993c373e82072956.tar.xz |
tests: Don't assume find continues after filesystem loops
POSIX says
> When it detects an infinite loop, find shall write a diagnostic
> message to standard error and shall either recover its position in the
> hierarchy or terminate.
So make the 'links' folder not have any loops, and add a new 'loops'
folder for testing the GNU/bfs behaviour.
Diffstat (limited to 'tests/test_L.out')
-rw-r--r-- | tests/test_L.out | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/test_L.out b/tests/test_L.out index dc88380..cf21a44 100644 --- a/tests/test_L.out +++ b/tests/test_L.out @@ -8,5 +8,8 @@ links/skip links/symlink links/deeply/nested links/skip/dir -links/skip/loop +links/skip/file +links/skip/link links/deeply/nested/dir +links/deeply/nested/file +links/deeply/nested/link |