diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-06-03 18:34:01 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-06-03 18:34:01 -0400 |
commit | 32d252598e855829ebdc657e635f93270600b5a2 (patch) | |
tree | 32da4f1dc5d66cd6600fe427a8ca4a45309cef9f /tests | |
parent | 6fcc0f217e3352e4f935f3e66a62c1cf7073dcb9 (diff) | |
parent | 9e408d4bb50cb7c4e9d0a007b95f9fb9d32a16d0 (diff) | |
download | bfs-32d252598e855829ebdc657e635f93270600b5a2.tar.xz |
Merge branch 'revert-eloop'
Diffstat (limited to 'tests')
-rw-r--r-- | tests/gnu/L_loops_continue.out | 1 | ||||
-rw-r--r-- | tests/gnu/ignore_readdir_race_loop.out | 1 | ||||
-rw-r--r-- | tests/gnu/xtype_l_loops.out | 3 | ||||
-rw-r--r-- | tests/gnu/xtype_l_loops.sh | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/tests/gnu/L_loops_continue.out b/tests/gnu/L_loops_continue.out index faf33d3..a514555 100644 --- a/tests/gnu/L_loops_continue.out +++ b/tests/gnu/L_loops_continue.out @@ -4,7 +4,6 @@ loops/deeply loops/deeply/nested loops/deeply/nested/dir loops/file -loops/loop loops/notdir loops/skip loops/skip/dir diff --git a/tests/gnu/ignore_readdir_race_loop.out b/tests/gnu/ignore_readdir_race_loop.out index faf33d3..a514555 100644 --- a/tests/gnu/ignore_readdir_race_loop.out +++ b/tests/gnu/ignore_readdir_race_loop.out @@ -4,7 +4,6 @@ loops/deeply loops/deeply/nested loops/deeply/nested/dir loops/file -loops/loop loops/notdir loops/skip loops/skip/dir diff --git a/tests/gnu/xtype_l_loops.out b/tests/gnu/xtype_l_loops.out new file mode 100644 index 0000000..fdaccab --- /dev/null +++ b/tests/gnu/xtype_l_loops.out @@ -0,0 +1,3 @@ +loops/broken +loops/loop +loops/notdir diff --git a/tests/gnu/xtype_l_loops.sh b/tests/gnu/xtype_l_loops.sh new file mode 100644 index 0000000..6893134 --- /dev/null +++ b/tests/gnu/xtype_l_loops.sh @@ -0,0 +1 @@ +bfs_diff loops -xtype l |