diff options
Diffstat (limited to 'test/testenv')
-rwxr-xr-x | test/testenv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testenv b/test/testenv index e6f49fb..e6c882f 100755 --- a/test/testenv +++ b/test/testenv @@ -33,7 +33,7 @@ make -C .. install DESTDIR=$destdir &>/dev/null || { cd "$old_pwd" # Set up the environment -export PATH="$destdir/usr/bin:$destdir/usr/sbin:$PATH" +export PATH="$destdir/usr/bin:$PATH" export LIBRETOOLS_LIBDIR="$destdir/usr/lib/libretools" export HOME=$TMPDIR/home export XDG_CACHE_HOME="$HOME/.cache" |