From 78e89acf370cd456b64a163cc1963362c14ebe28 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 15 Sep 2010 15:38:06 -0400 Subject: [PATCH] update test --- t/permalink.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/permalink.t b/t/permalink.t index adb8648b4..81d4d1820 100755 --- a/t/permalink.t +++ b/t/permalink.t @@ -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' t/tmp/out/index.rss`); -ok(length `grep '$guid' t/tmp/out/index.atom`); +ok(length `egrep '$guid' t/tmp/out/index.rss`); +ok(length `egrep '$guid' t/tmp/out/index.atom`); ok(! system("rm -rf t/tmp t/tinyblog/.ikiwiki")); -- 2.32.0.93.g670b81a890