From 68f734e968e2f2c5cf65a531ec4c989dfe858929 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Nov 17 2012 21:37:14 +0000 Subject: added a basic 'hello world' test for ruby --- diff --git a/tests/p_ruby/25_ruby_hello-world.sh b/tests/p_ruby/25_ruby_hello-world.sh new file mode 100755 index 0000000..d12069e --- /dev/null +++ b/tests/p_ruby/25_ruby_hello-world.sh @@ -0,0 +1,15 @@ +#!/bin/sh +# Author: Christoph Galuschka + +t_Log "Running $0 - ruby can run 'hello world'" + +# create ruby script +FILE=/var/tmp/test.sb +cat > $FILE <