From 2c5d902822b5b3ed4e932851025a7c2f37f7a801 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sat, 28 Nov 2020 00:34:48 +0100 Subject: [PATCH] coverage.sh: the proot+pam problem is no more since pam 1.3.1-1 --- coverage.sh | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/coverage.sh b/coverage.sh index 0ba03aa..746856e 100755 --- a/coverage.sh +++ b/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))