From 3a9c4278552dd1ba59d59319302db8e551e6d4ce Mon Sep 17 00:00:00 2001 From: deajan Date: Sat, 18 May 2019 13:39:32 +0200 Subject: [PATCH] Improve deletion tests to address #165 --- dev/tests/run_tests.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev/tests/run_tests.sh b/dev/tests/run_tests.sh index dbff1f7..44cc95d 100755 --- a/dev/tests/run_tests.sh +++ b/dev/tests/run_tests.sh @@ -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