From 9198235d8184cab0fc84e967c149f6a2a7293b52 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 27 Sep 2018 23:04:35 -0400 Subject: 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. --- tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests.sh') 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 -- cgit v1.2.3