about summary refs log tree commit diff
diff options
context:
space:
mode:
authordana <dana@dana.is>2020-01-13 17:42:01 -0600
committerdana <dana@dana.is>2020-01-13 17:43:51 -0600
commit62a1e37cccb858587d9c7a5861e9fc22c1b541cd (patch)
treeb9120cc92f9665ffe3e08367c11f634ca2407a58
parent9f8c369ccd7e8e2331731231ac70b4056af67297 (diff)
downloadzsh-62a1e37cccb858587d9c7a5861e9fc22c1b541cd.tar.gz
zsh-62a1e37cccb858587d9c7a5861e9fc22c1b541cd.tar.xz
zsh-62a1e37cccb858587d9c7a5861e9fc22c1b541cd.zip
45296: D02glob: Clean up after test from users/24633
-rw-r--r--ChangeLog4
-rw-r--r--Test/D02glob.ztst5
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index efd189f39..3c841c589 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-01-13  dana  <dana@dana.is>
+
+	* 45296: Test/D02glob.ztst: Clean up after test from users/24633
+
 2020-01-13  Daniel Shahaf  <danielsh@apache.org>
 
 	* 45290: Test/list-XFails: New helper script for listing
diff --git a/Test/D02glob.ztst b/Test/D02glob.ztst
index 22c663260..3d7df94c9 100644
--- a/Test/D02glob.ztst
+++ b/Test/D02glob.ztst
@@ -741,3 +741,8 @@
 >glob.tmp/secret-s000/  glob.tmp/secret-s000
 >glob.tmp/secret-s111/  glob.tmp/secret-s111
 >glob.tmp/secret-s444/  glob.tmp/secret-s444
+
+%clean
+
+ # Fix unreadable-directory permissions so ztst can clean up properly
+ chmod +rwx glob.tmp/secret-*(N) 2> /dev/null