15 lines
365 B
Plaintext
15 lines
365 B
Plaintext
touch -h is a GNU extension.
|
|
|
|
Index: tests/tests.sh
|
|
--- tests/tests.sh.orig
|
|
+++ tests/tests.sh
|
|
@@ -1019,7 +1019,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"
|