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/posix/ok_stdin.out | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/posix/ok_stdin.out (limited to 'tests/posix/ok_stdin.out') diff --git a/tests/posix/ok_stdin.out b/tests/posix/ok_stdin.out new file mode 100644 index 0000000..7acf711 --- /dev/null +++ b/tests/posix/ok_stdin.out @@ -0,0 +1,19 @@ +basic/a? y +basic/b? y +basic/c/d? y +basic/c? y +basic/e/f? y +basic/e? y +basic/g/h? y +basic/g? y +basic/i? y +basic/j/foo? y +basic/j? y +basic/k/foo/bar? y +basic/k/foo? y +basic/k? y +basic/l/foo/bar/baz? y +basic/l/foo/bar? y +basic/l/foo? y +basic/l? y +basic? y -- cgit v1.2.3