From a4dcfe8b6d1eaabe172322a81721f355647257ff Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 8 Feb 2017 19:15:11 -0500 Subject: Add support for -x?type with multiple types This functionality is already part of GNU findutils git. --- tests/test_0142.out | 6 ++++++ tests/test_0143.out | 9 +++++++++ 2 files changed, 15 insertions(+) create mode 100644 tests/test_0142.out create mode 100644 tests/test_0143.out (limited to 'tests') diff --git a/tests/test_0142.out b/tests/test_0142.out new file mode 100644 index 0000000..1f94970 --- /dev/null +++ b/tests/test_0142.out @@ -0,0 +1,6 @@ +links +links/a +links/c +links/d +links/d/e +links/d/e/f diff --git a/tests/test_0143.out b/tests/test_0143.out new file mode 100644 index 0000000..8849bb9 --- /dev/null +++ b/tests/test_0143.out @@ -0,0 +1,9 @@ +links +links/a +links/b +links/c +links/d +links/h +links/d/e +links/d/e/f +links/d/e/g -- cgit v1.2.3