base-images/tests/rootfs/cases/root-mode

4 lines
127 B
Text
Raw Normal View History

#!/bin/bash
set -xeuo pipefail
# Verify we didn't lose the executable bit for others on /
test $(($(stat -c '0%a' .) % 2)) = 1