ソースを参照

fix apt-config test now that PATH changed in 8c617819

Git-Dch: Ignore
David Kalnischkies 12 年 前
コミット
c7cea1068f
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      test/integration/test-kernel-helper-autoremove

+ 1 - 1
test/integration/test-kernel-helper-autoremove

@@ -9,7 +9,7 @@ configarchitecture 'amd64'
 # the executed script would use the installed apt-config,
 # the executed script would use the installed apt-config,
 # which is outside of our control
 # which is outside of our control
 msgtest 'Check that the installed apt-config supports' '--no-empty'
 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
 	msgpass
 else
 else
 	msgskip
 	msgskip