diff options
Diffstat (limited to 't/t9501-gitweb-standalone-http-status.sh')
| -rwxr-xr-x | t/t9501-gitweb-standalone-http-status.sh | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/t/t9501-gitweb-standalone-http-status.sh b/t/t9501-gitweb-standalone-http-status.sh index d196cc5ca9..2487da1296 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;  | 
