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

add sbin directories to PATH to avoid dpkg warnings

David Kalnischkies лет назад: 15
Родитель
Сommit
7f52cf7b02
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      test/integration/framework

+ 1 - 0
test/integration/framework

@@ -145,6 +145,7 @@ setupenvironment() {
 	echo "DPKG::options:: \"--log=${TMPWORKINGDIRECTORY}/rootdir/var/log/dpkg.log\";" >> aptconfig.conf
 	echo 'quiet::NoUpdate "true";' >> aptconfig.conf
 	export LC_ALL=C
+	export PATH="${PATH}:/usr/local/sbin:/usr/sbin:/sbin"
 	msgdone "info"
 }