summaryrefslogtreecommitdiffstats
path: root/tests/debug-output-on-fake-tty
diff options
context:
space:
mode:
Diffstat (limited to 'tests/debug-output-on-fake-tty')
-rw-r--r--tests/debug-output-on-fake-tty6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/debug-output-on-fake-tty b/tests/debug-output-on-fake-tty
new file mode 100644
index 0000000..c8c8a87
--- /dev/null
+++ b/tests/debug-output-on-fake-tty
@@ -0,0 +1,6 @@
+#!/bin/sh
+set -eu
+export LC_ALL=C.UTF-8
+trap "rm -f /tmp/debian-chroot.tar" EXIT INT TERM
+script -qfc "{{ CMD }} --mode={{ MODE }} --debug --variant=apt {{ DIST }} /tmp/debian-chroot.tar {{ MIRROR }}" /dev/null
+tar -tf /tmp/debian-chroot.tar | sort | diff -u tar1.txt -