From 6b5ab219592b327f910e53395eb018f4e7005269 Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 5 Sep 2007 23:45:39 +0000 Subject: * Change git test suite to reflect change in log for initial repo creation commit. --- t/git.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/git.t') diff --git a/t/git.t b/t/git.t index a3e5b36de..ff9528fca 100755 --- a/t/git.t +++ b/t/git.t @@ -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"); -- cgit v1.2.3