From 5a3b68d37cdc1e60802a5963340be5c5705d1f5d Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 18 Feb 2022 15:05:27 -0500 Subject: tests: Mark -fprint/-exec flushing test bfs-specific GNU find doesn't do it, so no reason to require it for compatibility. --- tests.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests.sh b/tests.sh index ed502fd..d7d9947 100755 --- a/tests.sh +++ b/tests.sh @@ -494,8 +494,6 @@ gnu_tests=( test_exec_substring test_exec_flush test_exec_flush_fail - test_exec_flush_fprint - test_exec_flush_fprint_fail test_exec_plus_flush test_exec_plus_flush_fail @@ -746,6 +744,9 @@ bfs_tests=( test_color_star test_color_ls + test_exec_flush_fprint + test_exec_flush_fprint_fail + test_execdir_plus test_fprint_duplicate_stdout -- cgit v1.2.3