Move the appliance and build scripts into new appliance/ subdirectory.
[libguestfs.git] / ruby / run-ruby-tests
index 9e8908c..8232b29 100755 (executable)
@@ -17,6 +17,6 @@
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 export LD_LIBRARY_PATH=../src/.libs
-export LIBGUESTFS_PATH=$(cd .. && pwd)
+export LIBGUESTFS_PATH=../appliance
 rake test "$@"