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() {