summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2017-04-20 03:40:44 +0300
committerMike Frysinger <vapier@gentoo.org>2018-01-21 00:38:44 -0500
commitc39f7c5475e3e00d8abeb7b30e61958670fb3ee2 (patch)
treeb267e8ba12fd399c60ff43ca5a208705055e5630
parentb29b81800d213624d1e6795ce1c9d4b94977bb7f (diff)
downloadacl-c39f7c5475e3e00d8abeb7b30e61958670fb3ee2.tar.gz
test: add regression test
This is for the recent "Fix acl_from_text() returning NULL on all input".
-rw-r--r--test/misc.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/misc.test b/test/misc.test
index c4d9774..3d39b42 100644
--- a/test/misc.test
+++ b/test/misc.test
@@ -8,6 +8,7 @@ two dummy users (bin and daemon) and a dummy group (daemon).
$ touch f
Only change a base ACL:
+ $ chacl u::rw,g::r,o::- f
$ setfacl -m u::r f
$ setfacl -m u::rw,u:bin:rw f
$ ls -dl f | awk '{print $1}'