From 32eed40a14c1f550e366741f0a2e7aa69093dc3d Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 1 Jan 2021 23:11:25 -0600 Subject: Fix comma regression reported by Denys Nykula. --- tests/chmod.test | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/chmod.test b/tests/chmod.test index 3f5673d7..9adca60f 100755 --- a/tests/chmod.test +++ b/tests/chmod.test @@ -96,6 +96,7 @@ chtest +x "drwxr-xr-x\n-rwxr-xr-x\n" chtest -r "d-wx--x--x\n--w-------\n" chtest -w "dr-xr-xr-x\n-r--r--r--\n" chtest -x "drw-r--r--\n-rw-r--r--\n" +chtest a-w,a+x "dr-xr-xr-x\n-r-xr-xr-x\n" # macOS doesn't allow +s in /tmp touch s-supported -- cgit v1.2.3