summaryrefslogtreecommitdiffstats
path: root/tests/create-directory
blob: 2d5461b39e4967000e59d96e2bc4f7ef541a451d (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -eu
export LC_ALL=C.UTF-8

trap "rm -rf /tmp/debian-chroot" EXIT INT TERM

{{ CMD }} --mode=root --variant=apt {{ DIST }} /tmp/debian-chroot {{ MIRROR }}
chroot /tmp/debian-chroot dpkg-query --showformat '${binary:Package}\n' --show > pkglist.txt
tar -C /tmp/debian-chroot --one-file-system -c . | tar -t | sort > tar1.txt