ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/gnome-vfs2-2.3.8-1.src.rpm
[gnome-vfs-httpcaptive.git] / test / vfs-run.in
1 #! /bin/sh
2
3 # Wrapper for VFS test programs.  It makes sure the modules are loaded
4 # from the build directory instead of the system one.
5
6 GNOME_VFS_MODULE_PATH=@TOP_BUILDDIR@/modules/.libs
7 export GNOME_VFS_MODULE_PATH
8
9 echo "VFS modules will be loaded from $GNOME_VFS_MODULE_PATH"
10
11 PATH=.:$PATH
12 export PATH
13
14 exec $@
15
16 echo "$0: cannot exec "$@