about summary refs log tree commit homepage
path: root/t/test-lib.sh
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-11 08:47:41 +0000
committerEric Wong <normalperson@yhbt.net>2010-06-11 08:48:07 +0000
commit0a3e9cacd7ca2feb91bae23b0c678d5e986f866f (patch)
tree321d8960d0a6711ccefdc12b759cfa890c4d93f2 /t/test-lib.sh
parent37687e027233072582c28bdd1530047a40ef7869 (diff)
downloadrainbows-0a3e9cacd7ca2feb91bae23b0c678d5e986f866f.tar.gz
Rubinius still has a few issues that prevent 100% support,
but it basically works if log rotation or USR2 upgrades aren't
required.  Tickets for all known issues for Rubinius have
been filed on the project's issue tracker.

* rbx does not support -i/-p yet, so rely on MRI for that
* "io/nonblock" is missing
* avoiding any optional Gems for now (EM, Rev, etc..)
Diffstat (limited to 't/test-lib.sh')
-rw-r--r--t/test-lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index 4218dff..0fea06b 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -19,7 +19,7 @@ fi
 set -e
 RUBY="${RUBY-ruby}"
 RUBY_VERSION=${RUBY_VERSION-$($RUBY -e 'puts RUBY_VERSION')}
-t_pfx=$PWD/trash/$model.$T-$RUBY_VERSION
+t_pfx=$PWD/trash/$model.$T-$RUBY_ENGINE-$RUBY_VERSION
 set -u
 
 PATH=$PWD/bin:$PATH