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

clean_scratch

invoke_bfs scratch -quit -capable || skip

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

bfs_diff -L scratch -capable