]> arthur.barton.de Git - bup.git/blobdiff - t/test-web.sh
get: adjust for python 3 and test there
[bup.git] / t / test-web.sh
index 1e10adaa7d394055c3705cd0d1bedb417638683a..74e0f2bd4b3d6207622b1114d74614706107f3ea 100755 (executable)
@@ -61,6 +61,8 @@ if test -n "$run_test"; then
 
     WVPASS curl --unix-socket ./socket \
            'http://localhost/%C2%A1excitement%21/latest/data' > result
+    WVPASSEQ "$(curl --unix-socket ./socket http://localhost/static/styles.css)" \
+             "$(cat "$TOP/lib/web/static/styles.css")"
 
     WVPASSEQ '¡excitement!' "$(cat result)"
     WVPASS kill -s TERM "$web_pid"