From de3023888932176df348252b350a8651cc12520f Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Tue, 15 Jan 2013 14:33:51 +0100 Subject: 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 --- test/run-in-tree.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/run-in-tree.sh') 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 -- cgit v1.2.1