forked from josch/mmdebstrap
tests/i386-which-can-be-executed-without-qemu: fixup spurious merged-/usr problem
This commit is contained in:
parent
5a263b5532
commit
67fbe118f3
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ apt-get remove --yes qemu-user-static binfmt-support qemu-user
|
|||
| grep -v '^\./usr/bin/x86_64$' \
|
||||
| grep -v '^\./usr/lib32/$' \
|
||||
| grep -v '^\./lib32$' \
|
||||
| grep -v '^\./lib64/$' \
|
||||
| grep -v '^\./lib64$' \
|
||||
| grep -v '^\./usr/lib64/$' \
|
||||
| grep -v '^\./usr/lib64/ld-linux-x86-64\.so\.2$' \
|
||||
| grep -v '^\./usr/lib/gcc/x86_64-linux-gnu/$' \
|
||||
| grep -v '^\./usr/lib/gcc/x86_64-linux-gnu/[0-9]\+/$' \
|
||||
|
|
Loading…
Reference in a new issue