forked from josch/mmdebstrap
coverage.sh: the proot+pam problem is no more since pam 1.3.1-1
This commit is contained in:
parent
d96d0e0e16
commit
2c5d902822
1 changed files with 0 additions and 14 deletions
14
coverage.sh
14
coverage.sh
|
@ -2686,20 +2686,6 @@ END
|
|||
skipped=$((skipped+1))
|
||||
continue
|
||||
fi
|
||||
case "$mode" in
|
||||
proot)
|
||||
case "$variant" in
|
||||
important|debootstrap|-|standard)
|
||||
# the systemd postint yields:
|
||||
# chfn: PAM: System error
|
||||
# adduser: `/usr/bin/chfn -f systemd Time Synchronization systemd-timesync' returned error code 1. Exiting.
|
||||
# similar error with fakechroot https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745082#75
|
||||
# https://github.com/proot-me/PRoot/issues/156
|
||||
continue
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
if [ "$mode" = "unshare" ] && [ "$HAVE_UNSHARE" != "yes" ]; then
|
||||
echo "HAVE_UNSHARE != yes -- Skipping test..." >&2
|
||||
skipped=$((skipped+1))
|
||||
|
|
Loading…
Reference in a new issue