Browse Source

add sbin directories to PATH to avoid dpkg warnings

David Kalnischkies 15 years ago
parent
commit
7f52cf7b02
1 changed files with 1 additions and 0 deletions
  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"
 }