From 3b387d81e63893ed3fe3b45e3721fbcfb1c5dde0 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 19 Oct 2022 10:29:05 -0400 Subject: tests: Split test cases into separate files --- tests/test_printf_types.out | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tests/test_printf_types.out (limited to 'tests/test_printf_types.out') diff --git a/tests/test_printf_types.out b/tests/test_printf_types.out deleted file mode 100644 index 8144c7c..0000000 --- a/tests/test_printf_types.out +++ /dev/null @@ -1,11 +0,0 @@ -(loops) () d d -(loops/broken) (nowhere) l N -(loops/deeply) () d d -(loops/deeply/nested) () d d -(loops/deeply/nested/dir) () d d -(loops/deeply/nested/loop) (../../deeply) l d -(loops/file) () f f -(loops/loop) (loop) l L -(loops/notdir) (symlink/file) l N -(loops/skip) (deeply/nested/loop/nested) l d -(loops/symlink) (file) l f -- cgit v1.2.3