From b7d9eae5cb956d64b9f9b407587b5b82bb131932 Mon Sep 17 00:00:00 2001 From: Tomas Korbar Date: Thu, 30 May 2024 13:06:53 +0200 Subject: [PATCH] Test change in testing farm --- Sanity/basic/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sanity/basic/runtest.sh b/Sanity/basic/runtest.sh index aca750f..1b486b6 100755 --- a/Sanity/basic/runtest.sh +++ b/Sanity/basic/runtest.sh @@ -55,7 +55,7 @@ rlJournalStart rlPhaseEnd rlPhaseStartTest - rlRun "script -qfec 'expect -f ./mutt.exp'" + /bin/bash -c "script -qfec 'expect -f ./mutt.exp'" rlRun "cat typescript" 0 "Get me log" rlAssertGrep "123 hello world We are here" /tmp/testing rlPhaseEnd