generator: Missing newline character.
[libguestfs.git] / ruby / run-ruby-tests
index 9e8908c..6bf898b 100755 (executable)
@@ -16,7 +16,6 @@
 # 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 .. && pwd)
-rake test "$@"
+set -e
 
+rake test "$@"