[gvfs] gvfs-test: Include */sbin in PATH
- From: Tomas Bzatek <tbzatek src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gvfs] gvfs-test: Include */sbin in PATH
- Date: Tue, 15 Jan 2013 13:39:09 +0000 (UTC)
commit de3023888932176df348252b350a8651cc12520f
Author: Tomas Bzatek <tbzatek redhat com>
Date: Tue Jan 15 14:33:51 2013 +0100
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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/test/run-in-tree.sh b/test/run-in-tree.sh
index 8498a52..8f4d842 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]