summaryrefslogtreecommitdiff
path: root/test/units/testsuite-35.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/testsuite-35.sh')
-rwxr-xr-xtest/units/testsuite-35.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/testsuite-35.sh b/test/units/testsuite-35.sh
index 8dcd7563bb..0b83a6a536 100755
--- a/test/units/testsuite-35.sh
+++ b/test/units/testsuite-35.sh
@@ -591,7 +591,7 @@ test_ambient_caps() {
# CAP_CHOWN | CAP_KILL
MASK=$(((1 << 0) | (1 << 5)))
- if [ $(("$BND" & "$MASK")) -ne "$MASK" ] ; then
+ if [ $((BND & MASK)) -ne "$MASK" ] ; then
echo "CAP_CHOWN or CAP_KILL not available in bounding set, skipping test." >&2
return
fi