summaryrefslogtreecommitdiffstats
path: root/tests/bfs/L_capable.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bfs/L_capable.sh')
-rw-r--r--tests/bfs/L_capable.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/bfs/L_capable.sh b/tests/bfs/L_capable.sh
new file mode 100644
index 0000000..e1806b7
--- /dev/null
+++ b/tests/bfs/L_capable.sh
@@ -0,0 +1,12 @@
+skip_unless test "$SUDO"
+skip_unless test "$UNAME" = "Linux"
+
+rm -rf scratch/*
+
+skip_unless invoke_bfs scratch -quit -capable
+
+$TOUCH scratch/{normal,capable}
+sudo setcap all+ep scratch/capable
+ln -s capable scratch/link
+
+bfs_diff -L scratch -capable