From 49415accb857450cdeb4397c31cbe4d6e6e9591f Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 9 Feb 2017 18:35:25 -0500 Subject: Don't close stdin for -ok or -okdir Turns out it violates POSIX, even though GNU find does it. --- tests/test_0095.out | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/test_0095.out (limited to 'tests/test_0095.out') diff --git a/tests/test_0095.out b/tests/test_0095.out new file mode 100644 index 0000000..ef2a68b --- /dev/null +++ b/tests/test_0095.out @@ -0,0 +1,19 @@ +./a? y +./b? y +./bar? y +./bar? y +./basic? y +./baz? y +./c? y +./d? y +./e? y +./f? y +./foo? y +./foo? y +./foo? y +./g? y +./h? y +./i? y +./j? y +./k? y +./l? y -- cgit v1.2.3