aboutsummaryrefslogtreecommitdiff
path: root/t/permalink.t
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-09-15 15:38:06 -0400
committerJoey Hess <joey@kitenet.net>2010-09-15 15:38:06 -0400
commit78e89acf370cd456b64a163cc1963362c14ebe28 (patch)
tree2733a9079c9808ca0e8e77fe8ec6fb8e783fd6b4 /t/permalink.t
parentcd794613b6f5140365e51f79023c882e8ea71197 (diff)
downloadikiwiki-78e89acf370cd456b64a163cc1963362c14ebe28.tar
ikiwiki-78e89acf370cd456b64a163cc1963362c14ebe28.tar.gz
update test
Diffstat (limited to 't/permalink.t')
-rwxr-xr-xt/permalink.t4
1 files 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>$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"));