diff options
author | Michael Vogt <mvo@debian.org> | 2013-10-22 21:15:55 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-10-22 21:15:55 +0200 |
commit | 1f467276115ddc43b766dbd1107eb2fb315dc747 (patch) | |
tree | b6c67d95aa8dc98dc0f33a87a34ff25ba385b7e6 /test/integration | |
parent | af36becc889122909d677c267bc5325fb73b6151 (diff) |
use Pkg.FullName() in disappearedPkgs and remove duplicated check
Diffstat (limited to 'test/integration')
-rwxr-xr-x | test/integration/test-disappearing-packages | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-disappearing-packages b/test/integration/test-disappearing-packages index 09dbf7014..3b1e1bd7c 100755 --- a/test/integration/test-disappearing-packages +++ b/test/integration/test-disappearing-packages @@ -40,7 +40,7 @@ echo "The following package disappeared from your system as all files have been overwritten by other packages: old-pkg Note: This is done automatically and on purpose by dpkg." > $COMPAREFILE -$CMD 2>&1 | tail -n 4 | diff $COMPAREFILE - && msgpass || msgfail +$CMD 2>&1 | tail -n 4 | diff -u $COMPAREFILE - && msgpass || msgfail rm $COMPAREFILE sed -i rootdir/var/log/apt/history.log -e '/^Commandline: / d' -e '/^Start-Date: / d' -e '/^End-Date: / d' -e "s#:$(getarchitecture 'native') #:native #" |