Commit Diff


commit - ce97161807f15dfd5e47a3a7bd6d84e0e542c56e
commit + 3870c09167f058aec6fa7194ffdf8fef04017bc1
blob - 11d5d92bcf596176592bfa4846aaf20ff1d1ef6d
blob + b9d15eb9d66bfe79b16eb3334fd9628431af7f0d
--- regress/cmdline/diff.sh
+++ regress/cmdline/diff.sh
@@ -390,7 +390,8 @@ test_diff_basic() {
 	# diff two blob ids
 	(cd $testroot/wt && got commit -m 'edit' alpha >/dev/null)
 	local alpha_new_blobid=`get_blob_id $testroot/repo "" alpha`
-	(cd $testroot/wt && got diff $alpha_blobid $alpha_new_blobid) > $testroot/diff
+	(cd $testroot/wt && got diff $alpha_blobid $alpha_new_blobid) \
+		> $testroot/diff
 	ret=$?
 	if [ $ret -ne 0 ]; then
 		echo "diff failed unexpectedly" >&2