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 <