diff -r a2f1d7c1755c -r 098b2e3ab240 test/bin-test/test-dav-sync-pull-conflict.sh --- a/test/bin-test/test-dav-sync-pull-conflict.sh Mon Jun 12 21:43:12 2023 +0200 +++ b/test/bin-test/test-dav-sync-pull-conflict.sh Tue Jun 13 21:58:29 2023 +0200 @@ -177,6 +177,7 @@ # don't check if the conflict file has this specific name $DAV_SYNC_BIN delete-conflicts test1b > tmp-sync/out.txt + if [ $? -ne 0 ]; then echo "test 3: delete-conflicts failed" exit 2