[SCM] The rsync repository. - branch b3.0.x updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Tue Feb 22 09:03:08 MST 2011


The branch, b3.0.x has been updated
       via  aa3640c Fix issue with devices-fake test.
      from  07b5c77 Fix test 5's failure message.

;a=shortlog;h=b3.0.x


- Log -----------------------------------------------------------------
commit aa3640c09b37954fb86f7aab95085bc60ad254cc
Author: Wayne Davison <wayned at samba.org>
Date:   Tue Feb 22 07:59:08 2011 -0800

    Fix issue with devices-fake test.

-----------------------------------------------------------------------

Summary of changes:
 testsuite/devices.test |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/testsuite/devices.test b/testsuite/devices.test
index a6474dc..5981e03 100644
--- a/testsuite/devices.test
+++ b/testsuite/devices.test
@@ -116,7 +116,7 @@ cD$all_plus char2
 cD$all_plus char3
 cS$all_plus fifo
 EOT
-if test ! -b "$fromdir/block2.5"; then
+if test ! -r "$fromdir/block2.5"; then
     grep -v block2.5 <"$chkfile" >"$chkfile.new"
     mv "$chkfile.new" "$chkfile"
 fi
@@ -128,7 +128,7 @@ echo ""
 ( cd "$todir" && rsync_ls_lR . ) > "$tmpdir/ls-to"
 diff $diffopt "$tmpdir/ls-from" "$tmpdir/ls-to"
 
-if test -b "$fromdir/block2.5"; then
+if test -r "$fromdir/block2.5"; then
     set -x
     $RSYNC -aii --link-dest="$todir" "$fromdir/" "$chkdir/" \
 	| tee "$outfile"


-- 
The rsync repository.


More information about the rsync-cvs mailing list