diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-10-10 15:43:25 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-10-10 15:43:25 -0400 |
commit | 295ae76099e51ba579a6877af920c1f02f52cf7c (patch) | |
tree | b1a55c7f22287b24c52e0341b153f64e1faa4454 /tests/gnu | |
parent | 3b874f45472d6ca3741230875cec3aee5fd0608c (diff) | |
download | bfs-295ae76099e51ba579a6877af920c1f02f52cf7c.tar.xz |
tests/gnu: Test -L -printf %Y
Diffstat (limited to 'tests/gnu')
-rw-r--r-- | tests/gnu/L_printf_types.out | 17 | ||||
-rw-r--r-- | tests/gnu/L_printf_types.sh | 1 |
2 files changed, 18 insertions, 0 deletions
diff --git a/tests/gnu/L_printf_types.out b/tests/gnu/L_printf_types.out new file mode 100644 index 0000000..734b15f --- /dev/null +++ b/tests/gnu/L_printf_types.out @@ -0,0 +1,17 @@ +(links) () d d +(links/broken) (nowhere) l N +(links/deeply) () d d +(links/deeply/nested) () d d +(links/deeply/nested/broken) (nowhere) l N +(links/deeply/nested/dir) () d d +(links/deeply/nested/file) () f f +(links/deeply/nested/link) () f f +(links/file) () f f +(links/hardlink) () f f +(links/notdir) (symlink/file) l N +(links/skip) () d d +(links/skip/broken) (nowhere) l N +(links/skip/dir) () d d +(links/skip/file) () f f +(links/skip/link) () f f +(links/symlink) () f f diff --git a/tests/gnu/L_printf_types.sh b/tests/gnu/L_printf_types.sh new file mode 100644 index 0000000..caa9083 --- /dev/null +++ b/tests/gnu/L_printf_types.sh @@ -0,0 +1 @@ +bfs_diff -L links -printf '(%p) (%l) %y %Y\n' |