summaryrefslogtreecommitdiffstats
path: root/ruby/run-ruby-tests
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/run-ruby-tests')
-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 9e8908cc..3bf55776 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 .. && pwd)
+export LIBGUESTFS_PATH=$(cd .. > /dev/null && pwd)
rake test "$@"