summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2011-04-15 22:05:34 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2011-04-15 22:05:34 +0200
commit7f52cf7b027e36367b7f13e2e8a1309485827611 (patch)
treed5105011e7aa136383c452365fb86d32dc19ef20 /test
parentd67004e086fbe52a15a61812964614e9982428b6 (diff)
add sbin directories to PATH to avoid dpkg warnings
Diffstat (limited to 'test')
-rw-r--r--test/integration/framework1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/framework b/test/integration/framework
index b0ea7a5c0..50c5157e9 100644
--- a/test/integration/framework
+++ b/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"
}