Commit Diff


commit - a97a5e436f0c35f5f40df274a89fd20be2d63801
commit + d4f2833aca3f60e7f09a1b9af1bde138e4f79bc4
blob - 625dbd4435982c097244ab139e2218b1a1da0f0a
blob + 43f41172dfa14e7ca103f635f10f4b25a6f11cf8
--- 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