Преглед изворни кода

add sbin directories to PATH to avoid dpkg warnings

David Kalnischkies пре 15 година
родитељ
комит
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"
 }