From f205a1b18689021da1055cfd8091eecc20dbd59c Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Sat, 22 May 2021 05:37:07 +0530 Subject: [PATCH] Resolves:rhbz#1961995 - Fix gating tests execution --- tests/smoke/runtest.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/smoke/runtest.sh b/tests/smoke/runtest.sh index fa3b5ac..985f950 100644 --- a/tests/smoke/runtest.sh +++ b/tests/smoke/runtest.sh @@ -1,3 +1,7 @@ #!/bin/bash cd ../source -./configure && make V=1 test +echo "Default installation does not have aspell binary so remove its execution" +sed -i 's/he.rws hunspell/hunspell/g' Makefile.in +./configure +sed -i '82,84d' test/test1 +make V=1 test