diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-02-18 15:05:27 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-02-18 15:05:27 -0500 |
commit | 5a3b68d37cdc1e60802a5963340be5c5705d1f5d (patch) | |
tree | 4013f0aab4daaead2e710ef77032b9e8eacb0dc3 | |
parent | 695ea13d191c903b86b0d5795a2686a8c6e18015 (diff) | |
download | bfs-5a3b68d37cdc1e60802a5963340be5c5705d1f5d.tar.xz |
tests: Mark -fprint/-exec flushing test bfs-specific
GNU find doesn't do it, so no reason to require it for compatibility.
-rwxr-xr-x | tests.sh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |