diff options
author | David Kalnischkies <david@kalnischkies.de> | 2014-05-08 18:51:24 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2014-05-08 18:51:24 +0200 |
commit | c7cea1068fc639e65578dd8e0ad9478bb419cc0f (patch) | |
tree | 21fdce61a055451c90dd7b624b8750a1f43c6562 /test | |
parent | 0cf3962923bd26b11d738b0b403d92be60123bd1 (diff) |
fix apt-config test now that PATH changed in 8c617819
Git-Dch: Ignore
Diffstat (limited to 'test')
-rwxr-xr-x | test/integration/test-kernel-helper-autoremove | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-kernel-helper-autoremove b/test/integration/test-kernel-helper-autoremove index c51caa758..22c36890b 100755 --- a/test/integration/test-kernel-helper-autoremove +++ b/test/integration/test-kernel-helper-autoremove @@ -9,7 +9,7 @@ configarchitecture 'amd64' # the executed script would use the installed apt-config, # which is outside of our control msgtest 'Check that the installed apt-config supports' '--no-empty' -if apt-config dump --no-empty >/dev/null 2>&1; then +if /usr/bin/apt-config dump --no-empty >/dev/null 2>&1; then msgpass else msgskip |