summaryrefslogtreecommitdiffstats
path: root/tests/test_printf_H.out
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2021-03-28 15:20:20 -0400
committerTavian Barnes <tavianator@tavianator.com>2021-03-28 15:20:20 -0400
commit48dfba55b283120a534f0e5ed9c0f4ee694ad5df (patch)
treeadc45bacb3b3d518df3dfc2acbc55f889bd8c561 /tests/test_printf_H.out
parentcd4b0f1d87e836e78c2de92623e20284a057b500 (diff)
downloadbfs-48dfba55b283120a534f0e5ed9c0f4ee694ad5df.tar.xz
test: Add more tests for -H/-L and -type l
Diffstat (limited to 'tests/test_printf_H.out')
-rw-r--r--tests/test_printf_H.out1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_printf_H.out b/tests/test_printf_H.out
index 320c9e7..116b425 100644
--- a/tests/test_printf_H.out
+++ b/tests/test_printf_H.out
@@ -25,6 +25,7 @@
%p(links/deeply/nested) %d(2) %f(nested) %h(links/deeply) %H(links) %P(deeply/nested) %y(d)
%p(basic/k/foo/bar) %d(3) %f(bar) %h(basic/k/foo) %H(basic) %P(k/foo/bar) %y(f)
%p(basic/l/foo/bar) %d(3) %f(bar) %h(basic/l/foo) %H(basic) %P(l/foo/bar) %y(d)
+%p(links/deeply/nested/broken) %d(3) %f(broken) %h(links/deeply/nested) %H(links) %P(deeply/nested/broken) %y(l)
%p(links/deeply/nested/dir) %d(3) %f(dir) %h(links/deeply/nested) %H(links) %P(deeply/nested/dir) %y(d)
%p(links/deeply/nested/file) %d(3) %f(file) %h(links/deeply/nested) %H(links) %P(deeply/nested/file) %y(f)
%p(links/deeply/nested/link) %d(3) %f(link) %h(links/deeply/nested) %H(links) %P(deeply/nested/link) %y(l)