diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-05 22:47:37 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-05 22:47:37 -0400 |
commit | 81948abda76e2aba370533397e9e786ee9f71905 (patch) | |
tree | eff1637cfe5aae9ff84de32fe14df81c4c7b74ed | |
parent | f8880cb670b0d1169559d04602fc543b1a6a061e (diff) |
remove bogus test for empty page
-rwxr-xr-x | t/parentlinks.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/parentlinks.t b/t/parentlinks.t index 593937a97..9b4654903 100755 --- a/t/parentlinks.t +++ b/t/parentlinks.t @@ -21,7 +21,6 @@ IkiWiki::checkconfig(); # Test data $expected{'parentlinks'} = { - "" => [], "ikiwiki" => [], "ikiwiki/pagespec" => [ {depth => 0, height => 2, }, |