From 0d8cdb9671546895f99775c9d2ff8261b77a2424 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 10 Apr 2012 13:52:15 +0100 Subject: [PATCH] Refactored for ease of reading --- test.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test.sh b/test.sh index ea92b313d..4addd7748 100755 --- a/test.sh +++ b/test.sh @@ -5,7 +5,10 @@ mkdir -p tmp # cook tiddlywiki 2.6.5 with cook.js mkdir -p tmp/newcooked -node tiddlywiki.js --recipe $PWD/test/tiddlywiki.2.6.5/source/tiddlywiki.com/index.html.recipe --savewiki tmp/newcooked || exit 1 +node tiddlywiki.js \ + --recipe $PWD/test/tiddlywiki.2.6.5/source/tiddlywiki.com/index.html.recipe \ + --savewiki tmp/newcooked \ + || exit 1 # compare the two diff tmp/newcooked/index.html test/tiddlywiki.2.6.5/target/index.2.6.5.html