Просмотр исходного кода

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

Git-Dch: Ignore
David Kalnischkies лет назад: 12
Родитель
Сommit
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,
 # 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