From: Wayne Davison Date: Tue, 22 Sep 2020 01:42:21 +0000 (-0700) Subject: A couple whitespace tweaks. X-Git-Tag: v3.2.4pre1~124 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f0810068a6887023dff340d57872c24519ef5836;p=thirdparty%2Frsync.git A couple whitespace tweaks. --- diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns index 4a7cd3d3..5c2ee016 100644 --- a/testsuite/rsync.fns +++ b/testsuite/rsync.fns @@ -239,7 +239,6 @@ makepath() { } - ########################### # Run a test (in '$1') then compare directories $2 and $3 to see if # there are any difference. If there are, explain them. @@ -347,7 +346,7 @@ checkdiff2() { diff $diffopt "$chkfile" "$outfile" || failed="$failed output differs" if [ "$failed" ] ; then - echo "Failed: $failed" + echo "Failed:$failed" return 1 fi return 0