diff options
author | Tomas Bzatek <tbzatek@redhat.com> | 2013-01-15 14:33:51 +0100 |
---|---|---|
committer | Tomas Bzatek <tbzatek@redhat.com> | 2013-01-15 14:33:51 +0100 |
commit | de3023888932176df348252b350a8651cc12520f (patch) | |
tree | 44b4e7819baf68a4fe95da621bb7aab7ca8aea3b /test | |
parent | a8b54466cf39c601039f0cac38446c83c768a42f (diff) | |
download | gvfs-de3023888932176df348252b350a8651cc12520f.tar.gz |
gvfs-test: Include */sbin in PATH
sbin directories may contain commands we use yet may not be included
in $PATH.
https://bugzilla.gnome.org/show_bug.cgi?id=691568
Diffstat (limited to 'test')
-rwxr-xr-x | test/run-in-tree.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run-in-tree.sh b/test/run-in-tree.sh index 8498a52f..8f4d842e 100755 --- a/test/run-in-tree.sh +++ b/test/run-in-tree.sh @@ -9,7 +9,7 @@ fi export GVFS_MOUNTABLE_EXTENSION=".localmount" export GVFS_MOUNTABLE_DIR=`pwd`/../daemon export GVFS_MONITOR_DIR=`pwd` -export PATH=`pwd`/../programs:$PATH +export PATH=`pwd`/../programs:/usr/local/sbin:/usr/sbin:/sbin:$PATH export GIO_EXTRA_MODULES=`pwd`/../client/.libs:`pwd`/../monitor/proxy/.libs # Start a custom session dbus, unless we run under "make check" (test suite |