From 68d306f5b1288565e2d8afbedf1514ada1558509 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 2 May 2021 11:35:02 -0400 Subject: tests: Don't use -perm /MODE in POSIX tests --- tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests.sh b/tests.sh index 0faee04..e58993f 100755 --- a/tests.sh +++ b/tests.sh @@ -1814,11 +1814,11 @@ function test_permcopy() { } function test_perm_setid() { - bfs_diff rainbow -perm /ug+s + bfs_diff rainbow -perm -u+s -o -perm -g+s } function test_perm_sticky() { - bfs_diff rainbow -perm /+t + bfs_diff rainbow -perm -a+t } function test_prune() { -- cgit v1.2.3