diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2020-12-15 13:20:16 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2020-12-15 13:20:16 +0100 |
commit | b6c8c5ce2b255eb03554435a620934d47a2a14d5 (patch) | |
tree | fe740969d57aaefec3bc230b21b5182d14c21ab6 /test/integration/test-external-installation-planner-protocol | |
parent | e480b1b6f400ae0e2a0ecfcba1d4f51b769cad1d (diff) |
test: fixup for hash table size increase (changed output order)
Diffstat (limited to 'test/integration/test-external-installation-planner-protocol')
-rwxr-xr-x | test/integration/test-external-installation-planner-protocol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-external-installation-planner-protocol b/test/integration/test-external-installation-planner-protocol index 1d9abc901..56a7ad1d6 100755 --- a/test/integration/test-external-installation-planner-protocol +++ b/test/integration/test-external-installation-planner-protocol @@ -40,7 +40,7 @@ testsuccessequal 'Request: EIPP 0.1 Architecture: amd64 Architectures: amd64 Remove: bar:amd64 -Install: libfoo:amd64 foo:amd64 +Install: foo:amd64 libfoo:amd64 Planner: internal' head -n 6 "$EIPPLOG" aptinternalplanner < "$EIPPLOG" > planner.log || true testsuccessequal 'Remove: 7 |