diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-06-11 14:51:24 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-06-11 14:51:24 +0200 |
commit | 695939dbf7649aab9cb5501938fa46726c890b72 (patch) | |
tree | 2870015a7c850438ae403828cf3eb24c646ac72a /test/integration/test-external-dependency-solver-protocol | |
parent | afaeea148553439684e6091f282bf5a4ee5c00d6 (diff) | |
parent | 686b484b407fdbef47d9f2064284a567b72417fe (diff) |
Merge branch 'debian/sid' into ubuntu/master
Diffstat (limited to 'test/integration/test-external-dependency-solver-protocol')
-rwxr-xr-x | test/integration/test-external-dependency-solver-protocol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-external-dependency-solver-protocol b/test/integration/test-external-dependency-solver-protocol index 129565993..09230d383 100755 --- a/test/integration/test-external-dependency-solver-protocol +++ b/test/integration/test-external-dependency-solver-protocol @@ -53,7 +53,7 @@ testsuccess test -s /tmp/dump.edsp configarchitecture 'armel' msgtest 'Test direct calling is okay for' 'apt-internal-solver' -cat /tmp/dump.edsp | runapt apt-internal-solver > solver.result 2>&1 || true +cat /tmp/dump.edsp | aptinternalsolver > solver.result 2>&1 || true if [ "$(tail -n2 solver.result | head -n1 )" = "Message: Done" ]; then msgpass else |