From 2741f580ffb6a05f52f0e2b05fa77ff3a15d967f Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 2 Sep 2017 15:34:32 -0400 Subject: tests: Use human-readable filenames in links/ --- tests/test_printf_types.out | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'tests/test_printf_types.out') diff --git a/tests/test_printf_types.out b/tests/test_printf_types.out index bd89b47..b548b10 100644 --- a/tests/test_printf_types.out +++ b/tests/test_printf_types.out @@ -1,11 +1,12 @@ (links) () d d -(links/a) () f f -(links/b) (a) l f -(links/c) () f f -(links/d) () d d -(links/d/e) () d d -(links/h) (d/e) l d -(links/j) (b/c) l N -(links/d/e/f) () d d -(links/d/e/i) (q) l N -(links/d/e/g) (../../d) l d +(links/broken) (nowhere) l N +(links/deeply) () d d +(links/file) () f f +(links/hardlink) () f f +(links/loop) (loop) l L +(links/symlink) (file) l f +(links/deeply/nested) () d d +(links/notdir) (symlink/file) l N +(links/deeply/nested/dir) () d d +(links/skip) (deeply/nested/loop/nested) l d +(links/deeply/nested/loop) (../../deeply) l d -- cgit v1.2.3