test/bin-test/test-dav-sync.sh

changeset 627
81e066c9ff87
parent 622
6524f45f304e
child 631
93bbeb00385c
equal deleted inserted replaced
626:2f735b0e87fa 627:81e066c9ff87
92 # 92 #
93 do_test "dav-sync push (1)" test-dav-sync-push1.sh 93 do_test "dav-sync push (1)" test-dav-sync-push1.sh
94 do_test "dav-sync pull (1)" test-dav-sync-pull1.sh 94 do_test "dav-sync pull (1)" test-dav-sync-pull1.sh
95 95
96 # cleanup 96 # cleanup
97 $DAV_BIN rm dav-test-repo/sync/test1 > /dev/null 2>&1
98 if [ $? -ne 0 ]; then
99 echo "cleanup failed"
100 exit 2
101 fi
102
97 rm -Rf .dav 103 rm -Rf .dav
98 rm -Rf tmp-sync 104 rm -Rf tmp-sync
99 105

mercurial