summaryrefslogtreecommitdiff
path: root/tests/missing-ref.script
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-27 17:17:36 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-27 17:17:36 +0000
commit8a4435f71a8a47e9cf3050ad6456cd9949da5958 (patch)
tree04fcc00d75ad0e8a8ad3f369688e6c833621c1b4 /tests/missing-ref.script
parentc5fc68fa232e88ec3e5e40aaec619280554886a9 (diff)
downloadmorph-8a4435f71a8a47e9cf3050ad6456cd9949da5958.tar.gz
Make ./check check for long lines (with excptions); fix long lines
Diffstat (limited to 'tests/missing-ref.script')
-rwxr-xr-xtests/missing-ref.script3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/missing-ref.script b/tests/missing-ref.script
index 1b4ed98d..f37caccc 100755
--- a/tests/missing-ref.script
+++ b/tests/missing-ref.script
@@ -21,7 +21,8 @@
cache="$DATADIR/build-chunk-cache"
./morph --no-default-configs build chunk-repo non-existent-branch hello.morph \
--git-base-url="file://$DATADIR" \
- --cachedir="$cache" --keep-path --no-distcc 2> "$DATADIR/build-chunk-cache.stderr"
+ --cachedir="$cache" --keep-path --no-distcc \
+ 2> "$DATADIR/build-chunk-cache.stderr"
err=$?
cat "$DATADIR/build-chunk-cache.stderr" | sed "s%$DATADIR%%" 1>&2
exit $err