summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2022-06-16 17:15:12 +0200
committergregor herrmann <gregoa@debian.org>2022-06-16 17:15:12 +0200
commit6d07b5ba8912bbae740809397d3680997f8f5efe (patch)
treeb5a7b80a160d755ce5d6a98612f43c06b496687c
parent8649195f194802bcda33035545e4991223ae5e3e (diff)
Fix autopkgtests: change permissions of test data back.
Otherwise autopkgtests fails to remove them.
-rwxr-xr-xdebian/tests/pkg-perl/smoke-cleanup5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/tests/pkg-perl/smoke-cleanup b/debian/tests/pkg-perl/smoke-cleanup
new file mode 100755
index 0000000..d52a178
--- /dev/null
+++ b/debian/tests/pkg-perl/smoke-cleanup
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+cd $TDIR
+# tests change permissions, autopkgtests fail to remove files
+chmod -R ug+w t/read/MYCPAN