The branch, master has been updated via a7d7f52 Use "|| true" in our `xattr` test runs. from 847ddaf Make sure other early exit calls can't hang in noop_io_until_death().
;a=shortlog;h=master - Log ----------------------------------------------------------------- commit a7d7f52ae056ca19590615c2108eb38a840a9b8c Author: Wayne Davison <way...@samba.org> Date: Tue Sep 13 08:07:31 2011 -0700 Use "|| true" in our `xattr` test runs. ----------------------------------------------------------------------- Summary of changes: testsuite/chown.test | 2 +- testsuite/devices.test | 2 +- testsuite/xattrs.test | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) Changeset truncated at 500 lines: diff --git a/testsuite/chown.test b/testsuite/chown.test index e081d87..d238a8f 100644 --- a/testsuite/chown.test +++ b/testsuite/chown.test @@ -18,7 +18,7 @@ case $0 in $RSYNC --version | grep ", xattrs" >/dev/null || test_skipped "Rsync needs xattrs for fake device tests" RSYNC="$RSYNC --fake-super" TLS_ARGS="$TLS_ARGS --fake-super" - case "`xattr 2>&1`" in + case "`xattr 2>&1 || true`" in *--list:*) chown() { own=$1 diff --git a/testsuite/devices.test b/testsuite/devices.test index bb3ab93..a85954b 100644 --- a/testsuite/devices.test +++ b/testsuite/devices.test @@ -19,7 +19,7 @@ case $0 in $RSYNC --version | grep ", xattrs" >/dev/null || test_skipped "Rsync needs xattrs for fake device tests" RSYNC="$RSYNC --fake-super" TLS_ARGS="$TLS_ARGS --fake-super" - case "`xattr 2>&1`" in + case "`xattr 2>&1 || true`" in *--list:*) mknod() { fn="$1" diff --git a/testsuite/xattrs.test b/testsuite/xattrs.test index 9a14584..c1846df 100644 --- a/testsuite/xattrs.test +++ b/testsuite/xattrs.test @@ -10,7 +10,7 @@ lnkdir="$tmpdir/lnk" $RSYNC --version | grep ", xattrs" >/dev/null || test_skipped "Rsync is configured without xattr support" -case "`xattr 2>&1`" in +case "`xattr 2>&1 || true`" in *--list:*) xset() { xnam="$1" -- The rsync repository. _______________________________________________ rsync-cvs mailing list rsync-cvs@lists.samba.org https://lists.samba.org/mailman/listinfo/rsync-cvs