Kaynağa Gözat

add sbin directories to PATH to avoid dpkg warnings

David Kalnischkies 15 yıl önce
ebeveyn
işleme
7f52cf7b02
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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"
 }