diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2021-05-02 11:35:02 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2021-05-20 13:07:50 -0400 |
commit | 68d306f5b1288565e2d8afbedf1514ada1558509 (patch) | |
tree | 6bbc136f764fcbe6c421d4181f96d81089ff6118 /tests.sh | |
parent | 3485a1350672795a9fe3300b5a5a95c2bb02f495 (diff) | |
download | bfs-68d306f5b1288565e2d8afbedf1514ada1558509.tar.xz |
tests: Don't use -perm /MODE in POSIX tests
Diffstat (limited to 'tests.sh')
-rwxr-xr-x | tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() { |