A couple whitespace tweaks.
authorWayne Davison <wayne@opencoder.net>
Tue, 22 Sep 2020 01:42:21 +0000 (18:42 -0700)
committerWayne Davison <wayne@opencoder.net>
Tue, 22 Sep 2020 01:42:21 +0000 (18:42 -0700)
testsuite/rsync.fns

index 4a7cd3d370a2a44ff73d6464a8e1aff55138de7a..5c2ee016b5f4132a068419b1b058ffc3eef6b9aa 100644 (file)
@@ -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