12 lines
376 B
Text
12 lines
376 B
Text
Index: tests/cli-tests/common/permissions.sh
|
|
--- tests/cli-tests/common/permissions.sh.orig
|
|
+++ tests/cli-tests/common/permissions.sh
|
|
@@ -2,7 +2,7 @@
|
|
|
|
GET_PERMS="stat -c %a"
|
|
case "$UNAME" in
|
|
- Darwin | FreeBSD | OpenBSD | NetBSD) GET_PERMS="stat -f %Lp" ;;
|
|
+ Darwin | FreeBSD | OpenBSD | NetBSD | SecBSD) GET_PERMS="stat -f %Lp" ;;
|
|
esac
|
|
|
|
assertFilePermissions() {
|