diff options
author | Julian Andres Klode <jak@debian.org> | 2015-08-13 10:31:50 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2015-08-13 10:31:50 +0200 |
commit | bb08e2046e18014e01d54606784936c25dff84b8 (patch) | |
tree | 9d26cf70ae65c8bda1e78d6d0572448a2c27b07f /test/integration/test-policy-pinning | |
parent | a1dfe33790edda246a23a5c5d3c432cd8429e848 (diff) |
Fix integration tests for the removal of the Package pin output
This should make them work again.
Diffstat (limited to 'test/integration/test-policy-pinning')
-rwxr-xr-x | test/integration/test-policy-pinning | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/integration/test-policy-pinning b/test/integration/test-policy-pinning index c4f478efc..1c8d92bcc 100755 --- a/test/integration/test-policy-pinning +++ b/test/integration/test-policy-pinning @@ -89,10 +89,6 @@ testequalpolicycoolstuff() { local AB="$3" local AS="$4" local PB="$5" - local PINVERSION="$6" - if [ -n "$PINVERSION" ]; then - PINVERSION="Package pin: $PINVERSION - " fi local IS="" local IB="" @@ -118,7 +114,7 @@ testequalpolicycoolstuff() { testsuccessequal "coolstuff: Installed: $INSTALLED Candidate: $CANDIDATE - ${PINVERSION}Version table:${BPO2ARCHIVE} + Version table:${BPO2ARCHIVE} $IB 2.0~bpo1 $PB ${BPO1ARCHIVE}$SB $IS 1.0 $AS |