From 4a245d3885f99169649cc45e2d1abe606c249d22 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 21 Jul 2017 17:46:02 -0400 Subject: Implement -printx Also from NetBSD. --- tests.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests.sh') diff --git a/tests.sh b/tests.sh index f0ada64..d7e9287 100755 --- a/tests.sh +++ b/tests.sh @@ -256,6 +256,7 @@ bsd_tests=( test_nogroup test_nouser test_exit + test_printx ) gnu_tests=( @@ -1227,6 +1228,10 @@ function test_exit() { bfs_diff basic -name bar -exit -o -print } +function test_printx() { + bfs_diff weirdnames -printx +} + passed=0 failed=0 -- cgit v1.2.3