From ad782ec452be39e68ff46410fbee8468c3c3bfd0 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Dec 23 2021 13:11:01 +0000 Subject: beaker-tests-sanity: print the variable value We need double quotes to evaluate the variable value --- diff --git a/beaker-tests/Sanity/copr-cli-basic-operations/runtest-custom-method.sh b/beaker-tests/Sanity/copr-cli-basic-operations/runtest-custom-method.sh index e5e3c49..2fc83bb 100755 --- a/beaker-tests/Sanity/copr-cli-basic-operations/runtest-custom-method.sh +++ b/beaker-tests/Sanity/copr-cli-basic-operations/runtest-custom-method.sh @@ -65,7 +65,7 @@ rlJournalStart rlRun "test -n \"\$WORKDIR\"" rlRun 'cd "$WORKDIR"' - rlRun 'echo workdir: $WORKDIR' + rlRun "echo workdir: $WORKDIR" PROJECT=custom-1-$NAME_VAR