From 221e4659cdda91fa71869d9f740c391acfdb09e5 Mon Sep 17 00:00:00 2001 From: "W. Felix Handte" Date: Fri, 26 Feb 2021 13:05:39 -0500 Subject: [PATCH] Avoid Using `stat -c` on NetBSD Addresses #2493. I think. I don't have a NetBSD system to test on. --- tests/playTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playTests.sh b/tests/playTests.sh index ec1692c2..b99fd80f 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"