summaryrefslogtreecommitdiffstats
path: root/tests/bfs/capable.sh
blob: 256b9bc6618380d0e2a0af072a2589ecb041f729 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
skip_unless test "$SUDO"
skip_unless test "$UNAME" = "Linux"

clean_scratch

skip_unless invoke_bfs scratch -quit -capable

"$XTOUCH" scratch/{normal,capable}
sudo setcap all+ep scratch/capable
ln -s capable scratch/link

bfs_diff scratch -capable