forked from josch/mmdebstrap
tests/check-for-bit-by-bit-identical-format-output: add comment explaining why we cannot test chrootless mode here
This commit is contained in:
parent
07e3673161
commit
fce852770b
1 changed files with 3 additions and 0 deletions
|
@ -31,4 +31,7 @@ case {{ VARIANT }} in essential|apt|minbase|buildd)
|
|||
rm /tmp/debian-chroot-fakechroot.{{ FORMAT }}
|
||||
;;
|
||||
esac
|
||||
# we cannot test chrootless mode here, because mmdebstrap relies on the
|
||||
# usrmerge package to set up merged-/usr and that doesn't work in chrootless
|
||||
# mode
|
||||
rm /tmp/debian-chroot-root.{{ FORMAT }}
|
||||
|
|
Loading…
Reference in a new issue