summaryrefslogtreecommitdiff
path: root/tests/init.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tests/init.cfg')
-rw-r--r--tests/init.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/init.cfg b/tests/init.cfg
index f6eb65159..04abe4faf 100644
--- a/tests/init.cfg
+++ b/tests/init.cfg
@@ -130,6 +130,12 @@ require_strace_()
skip_ 'strace -qe "'"$1"'" does not work'
}
+require_setfacl_()
+{
+ setfacl -m user::rwx . \
+ || skip_ "setfacl does not work on the current file system"
+}
+
# Require a controlling input `terminal'.
require_controlling_input_terminal_()
{