Check parameter types in Ruby bindings (RHBZ#507346).
[libguestfs.git] / ruby / run-ruby-tests
index 3bf5577..b371bfb 100755 (executable)
@@ -16,7 +16,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-export LD_LIBRARY_PATH=../src/.libs
-export LIBGUESTFS_PATH=$(cd .. > /dev/null && pwd)
+set -e
+
 rake test "$@"