]> sipb.mit.edu Git - ikiwiki.git/blobdiff - t/git.t
arg, the test suite was testing for bugs
[ikiwiki.git] / t / git.t
diff --git a/t/git.t b/t/git.t
index a3e5b36decd782a929bba4d10206c57c462afb40..ff9528fcad1f56fa862fce77948e43c12836b618 100755 (executable)
--- 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");