]> sipb.mit.edu Git - ikiwiki.git/commitdiff
update test
authorJoey Hess <joey@kitenet.net>
Wed, 15 Sep 2010 19:38:06 +0000 (15:38 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 15 Sep 2010 19:38:06 +0000 (15:38 -0400)
t/permalink.t

index adb8648b4aa6ec9aea50ec31f0197ab6d16d03fd..81d4d18206e860f672f7689222ef45c526dcc0a5 100755 (executable)
@@ -8,6 +8,6 @@ ok(! system("make -s ikiwiki.out"));
 ok(! system("perl -I. ./ikiwiki.out -plugin inline -url=http://example.com -cgiurl=http://example.com/ikiwiki.cgi -rss -atom -underlaydir=underlays/basewiki -set underlaydirbase=underlays -templatedir=templates t/tinyblog t/tmp/out"));
 # This guid should never, ever change, for any reason whatsoever!
 my $guid="http://example.com/post/";
-ok(length `grep '<guid>$guid</guid>' t/tmp/out/index.rss`);
-ok(length `grep '<id>$guid</id>' t/tmp/out/index.atom`);
+ok(length `egrep '<guid.*>$guid</guid>' t/tmp/out/index.rss`);
+ok(length `egrep '<id>$guid</id>' t/tmp/out/index.atom`);
 ok(! system("rm -rf t/tmp t/tinyblog/.ikiwiki"));