summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2018-09-27 23:04:35 -0400
committerTavian Barnes <tavianator@tavianator.com>2018-09-27 23:04:35 -0400
commit9198235d8184cab0fc84e967c149f6a2a7293b52 (patch)
tree278de14251876f4ba3bc36bb13d7d5c64fa07df9 /tests.sh
parent4d57db8436dcdeb1a1ab428a057f59c2f2512f3c (diff)
downloadbfs-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.
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests.sh b/tests.sh
index 4898c1c..dfbda09 100755
--- a/tests.sh
+++ b/tests.sh
@@ -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