Skip to content

Commit 295ae76

Browse files
committed
tests/gnu: Test -L -printf %Y
1 parent 3b874f4 commit 295ae76

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

tests/gnu/L_printf_types.out

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
(links) () d d
2+
(links/broken) (nowhere) l N
3+
(links/deeply) () d d
4+
(links/deeply/nested) () d d
5+
(links/deeply/nested/broken) (nowhere) l N
6+
(links/deeply/nested/dir) () d d
7+
(links/deeply/nested/file) () f f
8+
(links/deeply/nested/link) () f f
9+
(links/file) () f f
10+
(links/hardlink) () f f
11+
(links/notdir) (symlink/file) l N
12+
(links/skip) () d d
13+
(links/skip/broken) (nowhere) l N
14+
(links/skip/dir) () d d
15+
(links/skip/file) () f f
16+
(links/skip/link) () f f
17+
(links/symlink) () f f

tests/gnu/L_printf_types.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bfs_diff -L links -printf '(%p) (%l) %y %Y\n'

0 commit comments

Comments
 (0)