$OpenBSD: patch-tests_sh,v 1.5 2021/12/02 23:02:32 bcallah Exp $

touch -h is a GNU extension

Index: tests.sh
--- tests.sh.orig
+++ tests.sh
@@ -954,7 +954,7 @@ function make_times() {
     touch -t 199112140001 "$1/b"
     touch -t 199112140002 "$1/c"
     ln -s a "$1/l"
-    touch -h -t 199112140003 "$1/l"
+    touch -t 199112140003 "$1/l"
     touch -t 199112140004 "$1"
 }
 make_times "$TMP/times"
