summaryrefslogtreecommitdiffstats
path: root/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'ruby')
-rwxr-xr-xruby/run-ruby-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/run-ruby-tests b/ruby/run-ruby-tests
index 3bf55776..8232b29a 100755
--- a/ruby/run-ruby-tests
+++ b/ruby/run-ruby-tests
@@ -17,6 +17,6 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
export LD_LIBRARY_PATH=../src/.libs
-export LIBGUESTFS_PATH=$(cd .. > /dev/null && pwd)
+export LIBGUESTFS_PATH=../appliance
rake test "$@"