diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2018-09-27 23:04:35 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2018-09-27 23:04:35 -0400 |
commit | 9198235d8184cab0fc84e967c149f6a2a7293b52 (patch) | |
tree | 278de14251876f4ba3bc36bb13d7d5c64fa07df9 | |
parent | 4d57db8436dcdeb1a1ab428a057f59c2f2512f3c (diff) | |
download | bfs-9198235d8184cab0fc84e967c149f6a2a7293b52.tar.xz |
tests: Move test for -H -newer out of POSIX
The POSIX spec implies that -newer is actually not supposed to respect
-H/-L. But all implementations I know about do anyway.
-rwxr-xr-x | tests.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -188,7 +188,6 @@ posix_tests=( test_H_slash test_H_broken test_H_notdir - test_H_newer test_L test_L_broken test_L_notdir @@ -262,6 +261,7 @@ bsd_tests=( test_ilname test_L_lname test_L_ilname + test_H_newer test_newerma test_size_big test_exec_substring @@ -331,6 +331,7 @@ gnu_tests=( test_uid test_uid_plus test_uid_minus + test_H_newer test_anewer test_P test_P_slash |