From 6d711c07cbd00768c6b2b468f3100f02afc58f6f Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Thu, 10 May 2018 10:52:33 +0200 Subject: programs: Remove deprecated gvfs utils Before two years, gvfs utils has been replaced by wrapper script which just calls gio tool and prints warning. Let's remove this completely. I suppose that 3 stable releases are enough for people to port to gio tool. --- test/run-in-tree.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/run-in-tree.sh b/test/run-in-tree.sh index 6552e3f6..747c1230 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:/usr/local/sbin:/usr/sbin:/sbin:$PATH +export PATH=/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