X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/3fedd74ba21c4dd9d64d384881271d19fc80dc47..d2094cc33dd87229f453176918e4ae2c2536f88e:/testsuite/hands.test diff --git a/testsuite/hands.test b/testsuite/hands.test index b9c68c46..aeb208d3 100644 --- a/testsuite/hands.test +++ b/testsuite/hands.test @@ -1,38 +1,19 @@ #!/bin/sh # Copyright (C) 1998,1999 Philip Hands +# Copyright (C) 2001 by Martin Pool # # This program is distributable under the terms of the GNU GPL (see COPYING) -# -# This is a simple test script that tests a few rsync -# features to make sure I haven't broken them before a release. -# -# . "$suitedir/rsync.fns" hands_setup - -checkforlogs() { - # skip it if we're under debian-test - if test -n "${Debian}" ; then return 0 ; fi - - if [ -f $1 -a -s $1 ] ; then - echo "Failures have occurred. $1 follows:" >&2 - cat $1 >&2 - exit 1 - else - echo "" - echo "Tests Completed Successfully :-)" - fi -} - # Main script starts here runtest "basic operation" 'checkit "$RSYNC -av ${FROM}/ ${TO}" ${FROM}/ ${TO}' -ln ${FROM}/pslist ${FROM}/dir +ln ${FROM}/filelist ${FROM}/dir runtest "hard links" 'checkit "$RSYNC -avH ${FROM}/ ${TO}" ${FROM}/ ${TO}' rm ${TO}/${F1}