diff options
| author | Julian Andres Klode <jak@debian.org> | 2021-06-09 09:35:44 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2021-06-09 09:35:44 +0000 |
| commit | 416d468b84eb432ef1cbe7d3e80955bbdef035c7 (patch) | |
| tree | 76d8caf99645fce37adc593ab4ae9c208b2d1945 /test/integration/framework | |
| parent | aeae140b11220c8ca3692ef690bc51578f197992 (diff) | |
| parent | a2406cda4dd0aca523183ed6a8b651f06e0e63f9 (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/framework | 3 |
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" |
