Skip to content

Commit 354c0ad

Browse files
committed
tests: Do chmod +rwX in clean_stddirs()
1 parent 6e8e994 commit 354c0ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/stddirs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,6 @@ clean_stddirs() {
158158
fi
159159
done
160160

161+
chmod -R +rwX "$TMP"
161162
rm -rf "$TMP"
162163
}

0 commit comments

Comments
 (0)