From 10b6cb6ee5b8b6b81456a5a781216b4b2ec86e52 Mon Sep 17 00:00:00 2001 From: Amitai Schlair Date: Sun, 17 Feb 2013 10:09:05 -0500 Subject: Wrap a long line. --- t/podcast.t | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 't/podcast.t') diff --git a/t/podcast.t b/t/podcast.t index 50493aff6..4a5bde6a9 100755 --- a/t/podcast.t +++ b/t/podcast.t @@ -14,8 +14,13 @@ BEGIN { sub simple_podcast { my $baseurl = 'http://example.com'; + my @command = (qw(./ikiwiki.out -plugin inline -rss -atom)); + push @command, qw(-underlaydir=underlays/basewiki); + push @command, qw(-set underlaydirbase=underlays -templatedir=templates); + push @command, "-url=$baseurl", qw(t/tinypodcast t/tmp/out); + ok(! system("mkdir t/tmp")); - ok(! system("./ikiwiki.out -plugin inline -url=$baseurl -rss -atom -underlaydir=underlays/basewiki -set underlaydirbase=underlays -templatedir=templates t/tinypodcast t/tmp/out")); + ok(! system(@command)); my %media_types = ( 'piano.mp3' => 'audio/mpeg', -- cgit v1.2.3