about summary refs log tree commit homepage
path: root/t/t0300-no-default-middleware.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t0300-no-default-middleware.sh')
-rw-r--r--t/t0300-no-default-middleware.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0300-no-default-middleware.sh b/t/t0300-no-default-middleware.sh
index 779dc02..00feacc 100644
--- a/t/t0300-no-default-middleware.sh
+++ b/t/t0300-no-default-middleware.sh
@@ -9,7 +9,7 @@ t_begin "setup and start" && {
 }
 
 t_begin "check exit status with Rack::Lint not present" && {
-        test 42 -eq "$(curl -sf -o/dev/null -w'%{http_code}' http://$listen/)"
+        test 500 -ne "$(curl -sf -o/dev/null -w'%{http_code}' http://$listen/)"
 }
 
 t_begin "killing succeeds" && {