From 018ed6552a3ce4079e19085a0f8dc05f8b6d145a Mon Sep 17 00:00:00 2001 From: "W. Felix Handte" Date: Mon, 8 Mar 2021 18:03:55 -0500 Subject: [PATCH] Attempt to Fix `stat` Format for BSDs --- tests/playTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.47.3