From 89f060b5cfecc11558174b7e0b3867f2b8d9c135 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Mon, 20 Apr 2009 21:16:25 +0100 Subject: Fixes for CDPATH being set. --- ruby/run-ruby-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ruby') 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 "$@" -- cgit