summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2016-11-21 14:53:24 -0500
committerTavian Barnes <tavianator@tavianator.com>2016-11-21 14:53:24 -0500
commitf80e6b781d1b98f4b50ed4b235edd1fb3deae199 (patch)
tree1206ed4d348e86e9fc43204fc13e1624810f8bee /tests.sh
parentfc98276e1401366fd91a437af3e7fa5f1471f94e (diff)
downloadbfs-f80e6b781d1b98f4b50ed4b235edd1fb3deae199.tar.xz
Support -perm +MODE for symbolic modes.
Only things like -perm +777 are disallowed by GNU find.
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.sh b/tests.sh
index 3d3d10b..eb23d20 100755
--- a/tests.sh
+++ b/tests.sh
@@ -496,7 +496,7 @@ function test_0091() {
}
function test_0092() {
- ! "$BFS" perms -perm +rwx 2>/dev/null
+ bfs_diff perms -perm +rwx
}
function test_0093() {