diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-05 23:45:39 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-05 23:45:39 +0000 |
commit | 6b5ab219592b327f910e53395eb018f4e7005269 (patch) | |
tree | 1c32f3476c06148cf01e7eb59febf219064bebcb /t | |
parent | aa2937bf3aba022c8f36ab4c2ce16024ebfe1644 (diff) | |
download | ikiwiki-6b5ab219592b327f910e53395eb018f4e7005269.tar ikiwiki-6b5ab219592b327f910e53395eb018f4e7005269.tar.gz |
* Change git test suite to reflect change in log for initial repo creation
commit.
Diffstat (limited to 't')
-rwxr-xr-x | t/git.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ my @changes; is($#changes, 0); # counts for dummy commit during repo creation is($changes[0]{message}[0]{"line"}, "Initial"); -is($changes[0]{pages}[0]{"page"}, undef); # no diff for first commit +is($changes[0]{pages}[0]{"page"}, "dummy"); # Web commit my $test1 = readfile("t/test1.mdwn"); |