summaryrefslogtreecommitdiff
path: root/test/integration/framework
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2021-06-09 09:35:44 +0000
committerJulian Andres Klode <jak@debian.org>2021-06-09 09:35:44 +0000
commit416d468b84eb432ef1cbe7d3e80955bbdef035c7 (patch)
tree76d8caf99645fce37adc593ab4ae9c208b2d1945 /test/integration/framework
parentaeae140b11220c8ca3692ef690bc51578f197992 (diff)
parenta2406cda4dd0aca523183ed6a8b651f06e0e63f9 (diff)
Merge branch 'fix/uriencodefilename' into 'main'
URI encode filename fields (again) See merge request apt-team/apt!175
Diffstat (limited to 'test/integration/framework')
-rw-r--r--test/integration/framework3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/integration/framework b/test/integration/framework
index 412a96577..f14b4da64 100644
--- a/test/integration/framework
+++ b/test/integration/framework
@@ -1776,6 +1776,9 @@ msgfailoutput() {
shift
done
echo '#### cmp output ####'
+ elif [ "$1" = 'rm' ]; then
+ echo "#### Directory listing of: $(pwd) ####"
+ ls -l
fi
catfile "$OUTPUT"
msgfail "$MSG"