diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-01-07 12:42:03 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-01-07 12:42:03 -0500 |
commit | 4010140cb748cc4f7f57b0a3d514485796c665ce (patch) | |
tree | c359dcadff53d3e74c9bb1fe9e241007a134924f /tests/bfs/D_opt.sh | |
parent | 7e0467e79d9d4e561adc6c844e8ef481d8a6a7cc (diff) | |
download | bfs-4010140cb748cc4f7f57b0a3d514485796c665ce.tar.xz |
tests/bfs/D_opt: New test for more -D opt coverage
Diffstat (limited to 'tests/bfs/D_opt.sh')
-rw-r--r-- | tests/bfs/D_opt.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bfs/D_opt.sh b/tests/bfs/D_opt.sh new file mode 100644 index 0000000..d95cf86 --- /dev/null +++ b/tests/bfs/D_opt.sh @@ -0,0 +1 @@ +bfs_diff -D opt -nohidden -not \( -type b -o -type c \) -links -5 -links -10 -not -hidden basic |