aboutsummaryrefslogtreecommitdiff
path: root/t/permalink.t
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-07 20:14:25 -0400
committerJoey Hess <joey@kitenet.net>2010-05-07 20:14:25 -0400
commitf8c2a67b3cdbce81bbb661e05411a129b07414ce (patch)
tree3ac34b919e1fbdbc0801c5d1e90437b3c2532a3d /t/permalink.t
parent1b8d2ce36b5d6098b318c5b2f75b0e2752b51ac6 (diff)
downloadikiwiki-f8c2a67b3cdbce81bbb661e05411a129b07414ce.tar
ikiwiki-f8c2a67b3cdbce81bbb661e05411a129b07414ce.tar.gz
pretty openid login
* openid: Incorporated a fancy openid-selector signin form. (http://code.google.com/p/openid-selector/) * openid: Use "openid_identifier" as the form field, as required by OpenID Authentication v2.0 spec.
Diffstat (limited to 't/permalink.t')
-rwxr-xr-xt/permalink.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/permalink.t b/t/permalink.t
index b49b98338..adb8648b4 100755
--- a/t/permalink.t
+++ b/t/permalink.t
@@ -5,7 +5,7 @@ use Test::More 'no_plan';
ok(! system("mkdir t/tmp"));
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 -templatedir=templates t/tinyblog t/tmp/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`);