Comment 0 for bug 1851542

Revision history for this message
dann frazier (dannf) wrote :

[Impact]
A new autopkgtest test regression began appearing after (and due to) an aspell SRU.

[Test Case]
## From within autopkgtest source package, with autopkgtest deps installed
## This is a slightly modified version if debian/tests/upstream-system

# do not run in the source tree, as we want to check the system-installed
# apport
TESTDIR=${ADTTMP:-/tmp}/apport-tests
mkdir -p $TESTDIR
cp test/test_* test/run "$TESTDIR"
cd "$TESTDIR"

# clean up old crash reports
rm -rf /var/crash/*

export GNUPGHOME=$TESTDIR/gnupg
mkdir -m 700 $GNUPGHOME

./run backend_apt_dpkg

[Fix]
http://bazaar.launchpad.net/~ubuntu-core-dev/ubuntu/focal/apport/ubuntu/revision/2717

[Regression Risk]
Code is restricted to a test that is only ran via autopkgtest.