90 # |
90 # |
91 # ok, begin the tests |
91 # ok, begin the tests |
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 do_test "dav-sync conflict (1)" test-dav-sync-conflict.sh |
95 |
96 |
96 # cleanup |
97 # cleanup |
97 $DAV_BIN rm dav-test-repo/sync/test1 > /dev/null 2>&1 |
98 $DAV_BIN rm dav-test-repo/sync/test1 > /dev/null 2>&1 |
98 if [ $? -ne 0 ]; then |
99 if [ $? -ne 0 ]; then |
99 echo "cleanup failed" |
100 echo "cleanup failed" |