Mon, 12 Jun 2023 21:43:12 +0200
fix bin-tests not using the correct binary directory
test/bin-test/Makefile | file | annotate | diff | comparison | revisions | |
test/bin-test/test-dav-sync-push1.sh | file | annotate | diff | comparison | revisions |
--- a/test/bin-test/Makefile Mon Jun 12 21:40:31 2023 +0200 +++ b/test/bin-test/Makefile Mon Jun 12 21:43:12 2023 +0200 @@ -26,8 +26,8 @@ # POSSIBILITY OF SUCH DAMAGE. # -DAV = ../../build/dav -DAV_SYNC = ../../build/dav-sync +DAV = ../../build/bin/dav +DAV_SYNC = ../../build/bin/dav-sync all: dav dav-sync
--- a/test/bin-test/test-dav-sync-push1.sh Mon Jun 12 21:40:31 2023 +0200 +++ b/test/bin-test/test-dav-sync-push1.sh Mon Jun 12 21:43:12 2023 +0200 @@ -259,8 +259,11 @@ # delete everything # collection is empty + + rm -Rf tmp-sync/test1a/* + dav_sync_push test1a "push 11 failed" check_tmpout "0 conflicts" "push10: wrong conflict counter"