about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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