diff --git a/tests/echo1.expect b/tests/echo1.expect index 56575a10..e0fa89b2 100644 --- a/tests/echo1.expect +++ b/tests/echo1.expect @@ -50,6 +50,7 @@ test_out.txt hello world +ykjNycnnKs8vyknhAgAAAP// diff --git a/tests/echo1.sh b/tests/echo1.sh index b77cca57..4c4dec92 100755 --- a/tests/echo1.sh +++ b/tests/echo1.sh @@ -14,6 +14,9 @@ curl -N "http://localhost:${PORT}/vfs/" --max-time 5 sleep 0.1 curl -N "http://localhost:${PORT}/vfs/a.txt" --max-time 5 +sleep 0.1 +curl -N "http://localhost:${PORT}/vfs/a.txt" -H 'accept-encoding: deflate' --max-time 5 | base64 + sleep 0.1 curl -N "http://localhost:${PORT}/vfs/sub/yolo.html" --max-time 5