]> git.saurik.com Git - apt.git/commitdiff
fix apt-config test now that PATH changed in 8c617819
authorDavid Kalnischkies <david@kalnischkies.de>
Thu, 8 May 2014 16:51:24 +0000 (18:51 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Thu, 8 May 2014 16:51:24 +0000 (18:51 +0200)
Git-Dch: Ignore

test/integration/test-kernel-helper-autoremove

index c51caa7581f345971281f3b01283aca1fcaeb739..22c36890be4fa61690abc2a6c9faf296482fe871 100755 (executable)
@@ -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