From: W. Felix Handte Date: Fri, 26 Feb 2021 18:05:39 +0000 (-0500) Subject: Avoid Using `stat -c` on NetBSD X-Git-Tag: v1.4.9^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=221e4659cdda91fa71869d9f740c391acfdb09e5;p=thirdparty%2Fzstd.git Avoid Using `stat -c` on NetBSD Addresses #2493. I think. I don't have a NetBSD system to test on. --- diff --git a/tests/playTests.sh b/tests/playTests.sh index ec1692c21..b99fd80f0 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -121,7 +121,7 @@ esac MTIME="stat -c %Y" case "$UNAME" in - Darwin | FreeBSD | OpenBSD) MTIME="stat -f %m" ;; + Darwin | FreeBSD | OpenBSD | NetBSD) MTIME="stat -f %m" ;; esac DIFF="diff"