X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/3d807132e4a24f61505af76f10c396204935599f..05118158f4f59a5f512e5bab640f253332a6e181:/testsuite/hands.test diff --git a/testsuite/hands.test b/testsuite/hands.test index fced34a9..4430c2a1 100644 --- a/testsuite/hands.test +++ b/testsuite/hands.test @@ -1,7 +1,7 @@ #!/bin/sh -# Copyright (C) 1998,1999 Philip Hands -# Copyright (C) 2001 by Martin Pool +# Copyright (C) 1998, 1999 by Philip Hands +# Copyright (C) 2001, 2002 by Martin Pool # # This program is distributable under the terms of the GNU GPL (see COPYING) @@ -25,6 +25,5 @@ runtest "extra data" 'checkit "$RSYNC -avH ${FROM}/ ${TO}" ${FROM}/ ${TO}' cp ${FROM}/text ${TO}/ThisShouldGo runtest " --delete" 'checkit "$RSYNC --delete -avH ${FROM}/ ${TO}" ${FROM}/ ${TO}' -checkforlogs ${LOG}.? - -hands_cleanup \ No newline at end of file +# The script would have aborted on error, so getting here means we've won. +exit 0