From 45a8a7a58963dbf1e1e14ab14b574d02140b39ac Mon Sep 17 00:00:00 2001 From: deajan Date: Wed, 29 Apr 2020 11:19:49 +0100 Subject: [PATCH] Added parenthesis to tests --- dev/tests/run_tests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/tests/run_tests.sh b/dev/tests/run_tests.sh index d95524e..001c7ed 100755 --- a/dev/tests/run_tests.sh +++ b/dev/tests/run_tests.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# osync test suite 2019072301 +# osync test suite 2020042901 # Allows the following environment variables @@ -392,9 +392,9 @@ function test_Exclusions () { function test_Deletetion () { local iFile1="$INITIATOR_DIR/i fic" - local iFile2="$INITIATOR_DIR/i foc" + local iFile2="$INITIATOR_DIR/i foc (something)" local tFile1="$TARGET_DIR/t fic" - local tFile2="$TARGET_DIR/t foc" + local tFile2="$TARGET_DIR/t foc [nothing]" for i in "${osyncParameters[@]}"; do