diff options
| author | David Kalnischkies <kalnischkies@gmail.com> | 2011-04-15 22:05:34 +0200 |
|---|---|---|
| committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-04-15 22:05:34 +0200 |
| commit | 7f52cf7b027e36367b7f13e2e8a1309485827611 (patch) | |
| tree | d5105011e7aa136383c452365fb86d32dc19ef20 | |
| parent | d67004e086fbe52a15a61812964614e9982428b6 (diff) | |
add sbin directories to PATH to avoid dpkg warnings
| -rw-r--r-- | test/integration/framework | 1 |
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" } |
