about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-04 00:34:01 +0000
committerEric Wong <normalperson@yhbt.net>2010-06-04 01:19:55 +0000
commite7690caedf80a1af2b6145d1b8f108ea42ee9a29 (patch)
tree80fcbcd986d638809960d881d73685b563ef341d /t
parent8e9144341c6169abd2fa6ec20343e3152534b38b (diff)
downloadrainbows-e7690caedf80a1af2b6145d1b8f108ea42ee9a29.tar.gz
Sinatra 0.9.4 does not appear to be compatible with
Ruby 1.9.2...
Diffstat (limited to 't')
-rwxr-xr-xt/t0300-async_sinatra.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/t0300-async_sinatra.sh b/t/t0300-async_sinatra.sh
index a623916..5ccd951 100755
--- a/t/t0300-async_sinatra.sh
+++ b/t/t0300-async_sinatra.sh
@@ -1,5 +1,11 @@
 #!/bin/sh
 . ./test-lib.sh
+case $RUBY_VERSION in
+1.9.2)
+        t_info "RUBY_VERSION=$RUBY_VERSION not supported with async_sinatra"
+        exit 0
+        ;;
+esac
 
 # n - number of seconds to sleep
 n=10