X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9501-gitweb-standalone-http-status.sh;h=2487da1296da1a2508526f58a2e45fa750c49c8e;hb=dcc30eb2c780f009af36f87d6c4ff484eeec5bec;hp=d196cc5ca93b07bcf20e4629455ea7f03b0907c7;hpb=796a01c41ca0b66f798571c7e876b3de4607f498;p=git.git diff --git a/t/t9501-gitweb-standalone-http-status.sh b/t/t9501-gitweb-standalone-http-status.sh index d196cc5ca..2487da129 100755 --- a/t/t9501-gitweb-standalone-http-status.sh +++ b/t/t9501-gitweb-standalone-http-status.sh @@ -15,9 +15,10 @@ code and message.' # ---------------------------------------------------------------------- # snapshot settings -test_commit \ - 'SnapshotTests' \ - 'i can has snapshot?' +test_expect_success 'setup' " + test_commit 'SnapshotTests' 'i can has snapshot?' +" + cat >>gitweb_config.perl <<\EOF $feature{'snapshot'}{'override'} = 0;