Improve deletion tests to address #165

This commit is contained in:
deajan 2019-05-18 13:39:32 +02:00
parent 63a434cc55
commit 3a9c427855
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
# osync test suite 2019011101
# osync test suite 2019051801
# Allows the following environment variables
@ -375,10 +375,10 @@ function test_Exclusions () {
}
function test_Deletetion () {
local iFile1="$INITIATOR_DIR/ific"
local iFile2="$INITIATOR_DIR/ifoc"
local tFile1="$TARGET_DIR/tfic"
local tFile2="$TARGET_DIR/tfoc"
local iFile1="$INITIATOR_DIR/i fic"
local iFile2="$INITIATOR_DIR/i foc"
local tFile1="$TARGET_DIR/t fic"
local tFile2="$TARGET_DIR/t foc"
for i in "${osyncParameters[@]}"; do