Cleanup check_logs feature.
[rsync/rsync.git] / testsuite / hands.test
CommitLineData
068a7221
MP
1#!/bin/sh
2
3# Copyright (C) 1998,1999 Philip Hands <phil@hands.com>
e8ca5901 4# Copyright (C) 2001 by Martin Pool <mbp@samba.org>
068a7221
MP
5#
6# This program is distributable under the terms of the GNU GPL (see COPYING)
068a7221 7
3a4c683f
MP
8. "$suitedir/rsync.fns"
9
10hands_setup
068a7221 11
068a7221
MP
12# Main script starts here
13
14runtest "basic operation" 'checkit "$RSYNC -av ${FROM}/ ${TO}" ${FROM}/ ${TO}'
15
e8ca5901 16ln ${FROM}/filelist ${FROM}/dir
068a7221
MP
17runtest "hard links" 'checkit "$RSYNC -avH ${FROM}/ ${TO}" ${FROM}/ ${TO}'
18
19rm ${TO}/${F1}
20runtest "one file" 'checkit "$RSYNC -avH ${FROM}/ ${TO}" ${FROM}/ ${TO}'
21
22echo "extra line" >> ${TO}/${F1}
23runtest "extra data" 'checkit "$RSYNC -avH ${FROM}/ ${TO}" ${FROM}/ ${TO}'
24
25cp ${FROM}/${F1} ${TO}/ThisShouldGo
26runtest " --delete" 'checkit "$RSYNC --delete -avH ${FROM}/ ${TO}" ${FROM}/ ${TO}'
27
28LONGDIR=${FROM}/This-is-a-directory-with-a-stupidly-long-name-created-in-an-attempt-to-provoke-an-error-found-in-2.0.11-that-should-hopefully-never-appear-again-if-this-test-does-its-job/This-is-a-directory-with-a-stupidly-long-name-created-in-an-attempt-to-provoke-an-error-found-in-2.0.11-that-should-hopefully-never-appear-again-if-this-test-does-its-job/This-is-a-directory-with-a-stupidly-long-name-created-in-an-attempt-to-provoke-an-error-found-in-2.0.11-that-should-hopefully-never-appear-again-if-this-test-does-its-job
29mkdir -p ${LONGDIR}
30date > ${LONGDIR}/1
31ls -la / > ${LONGDIR}/2
32runtest "long paths" 'checkit "$RSYNC --delete -avH ${FROM}/ ${TO}" ${FROM}/ ${TO}'
33
068a7221
MP
34rm -rf ${TO}
35mkdir -p ${FROM}2/dir/subdir
36cp -a ${FROM}/dir/subdir/subsubdir ${FROM}2/dir/subdir
3fedd74b 37cp ${FROM}/dir/* ${FROM}2/dir || :
068a7221
MP
38runtest "excludes" 'checkit "$RSYNC -vv -Hlrt --delete --include /dir/ --include /dir/\* --include /dir/\*/subsubdir --include /dir/\*/subsubdir/\*\* --exclude \*\* ${FROM}/dir ${TO}" ${FROM}2/ ${TO}'
39rm -r ${FROM}2
40
41checkforlogs ${LOG}.?