about summary refs log tree commit homepage
path: root/t/t0300-rails3-basic.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t0300-rails3-basic.sh')
-rwxr-xr-xt/t0300-rails3-basic.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0300-rails3-basic.sh b/t/t0300-rails3-basic.sh
index 3021276..8bf4066 100755
--- a/t/t0300-rails3-basic.sh
+++ b/t/t0300-rails3-basic.sh
@@ -18,7 +18,7 @@ t_begin "setup and start" && {
 
 # add more tests here
 t_begin "hit with curl" && {
-        curl -v http://$listen/ || :
+        test xHELLO = x"$(curl -sSf http://$listen/x.txt)"
 }
 
 t_begin "killing succeeds" && {