From 62a1e37cccb858587d9c7a5861e9fc22c1b541cd Mon Sep 17 00:00:00 2001 From: dana Date: Mon, 13 Jan 2020 17:42:01 -0600 Subject: 45296: D02glob: Clean up after test from users/24633 --- ChangeLog | 4 ++++ Test/D02glob.ztst | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index efd189f39..3c841c589 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2020-01-13 dana + + * 45296: Test/D02glob.ztst: Clean up after test from users/24633 + 2020-01-13 Daniel Shahaf * 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 -- cgit 1.4.1