From 8b999b85e20d9c0992058455e0824c2b06d64e65 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Nov 17 2012 22:03:02 +0000 Subject: fixed typo and added cleanup if testfile --- diff --git a/tests/p_ruby/25_ruby_hello-world.sh b/tests/p_ruby/25_ruby_hello-world.sh index d12069e..b2e21cf 100755 --- a/tests/p_ruby/25_ruby_hello-world.sh +++ b/tests/p_ruby/25_ruby_hello-world.sh @@ -4,7 +4,7 @@ t_Log "Running $0 - ruby can run 'hello world'" # create ruby script -FILE=/var/tmp/test.sb +FILE=/var/tmp/test.rb cat > $FILE <