From: W. Felix Handte Date: Mon, 8 Mar 2021 23:03:55 +0000 (-0500) Subject: Attempt to Fix `stat` Format for BSDs X-Git-Tag: v1.5.0^2~35^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=018ed6552a3ce4079e19085a0f8dc05f8b6d145a;p=thirdparty%2Fzstd.git Attempt to Fix `stat` Format for BSDs --- diff --git a/tests/playTests.sh b/tests/playTests.sh index 869b4445e..5415656e0 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -126,7 +126,7 @@ esac GET_PERMS="stat -c %a" case "$UNAME" in - Darwin | FreeBSD | OpenBSD | NetBSD) GET_PERMS="stat -f %a" ;; + Darwin | FreeBSD | OpenBSD | NetBSD) GET_PERMS="stat -f %Lp" ;; esac assertFilePermissions() {