diff --git a/tests/docker-compose.yml b/tests/docker-compose.yml index 83baba55..15dd857b 100644 --- a/tests/docker-compose.yml +++ b/tests/docker-compose.yml @@ -12,9 +12,3 @@ services: - EXIT_AFTER_INIT=false - BACKUP_ON_START=true - LOG_LEVEL=DEBUG - depends_on: - - alpine - alpine: - image: alpine:latest - container_name: alpine - command: "tail -f /dev/null" diff --git a/tests/tests.sh b/tests/tests.sh index dd924a66..56ca423f 100755 --- a/tests/tests.sh +++ b/tests/tests.sh @@ -99,7 +99,7 @@ test_rsync() { export BACKUP_ON_START="true" mkdir -p tests/source/container1 && touch tests/source/container1/test.txt - mkdir -p tests/source/container2 && touch source/container1/test.txt + mkdir -p tests/source/container2 && touch tests/source/container1/test.txt mkdir -p tests/destination declare -a mock_docker_ps_lines=(