]> gitweb.ps.run Git - ps-cgit/blobdiff - tests/t0107-snapshot.sh
shared.c: use execvp() to execute filter commands
[ps-cgit] / tests / t0107-snapshot.sh
index 5f1b862ea9c1f4a879ef6767d5b90ae6479546fc..8ab4912a282b667fb19779138c7fe739acdfc321 100755 (executable)
@@ -10,7 +10,7 @@ run_test 'get foo/snapshot/master.tar.gz' '
 
 run_test 'check html headers' '
        head -n 1 trash/tmp |
-            grep -e "Content-Type: application/x-tar" &&
+            grep -e "Content-Type: application/x-gzip" &&
 
        head -n 2 trash/tmp |
             grep -e "Content-Disposition: inline; filename=.master.tar.gz."