diff -r cbd62e87b1c5 -r 20241338740c test/bin-test/test-dav-sync.sh --- a/test/bin-test/test-dav-sync.sh Tue Sep 03 21:24:17 2019 +0200 +++ b/test/bin-test/test-dav-sync.sh Wed Sep 04 19:28:10 2019 +0200 @@ -61,6 +61,9 @@ mkdir tmp-sync mkdir tmp-sync/test1a mkdir tmp-sync/test1b +mkdir tmp-sync/test2a +mkdir tmp-sync/test2b + # check if config works TEST1_DIR=`$DAV_SYNC_BIN list-dirs | grep test1a | tail -n 1` @@ -94,6 +97,7 @@ do_test "dav-sync pull (1)" test-dav-sync-pull1.sh do_test "dav-sync pull conflict (1)" test-dav-sync-pull-conflict.sh do_test "dav-sync push conflict (1)" test-dav-sync-push-conflict.sh +do_test "dav-sync hashing" test-dav-sync-hashing.sh # cleanup $DAV_BIN rm dav-test-repo/sync/test1 > /dev/null 2>&1