about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--t/lib-simple-http.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib-simple-http.sh b/t/lib-simple-http.sh
index 6c2350b..410cc9a 100644
--- a/t/lib-simple-http.sh
+++ b/t/lib-simple-http.sh
@@ -76,7 +76,7 @@ check_stderr
 
 echo "HTTP/0.9 request should not return headers"
 (
-        printf 'GET /\r\n\r\n'
+        printf 'GET /\r\n'
         cat $fifo > $tmp &
         wait
         echo ok > $ok