Index: tests/run-tests.sh
--- tests/run-tests.sh.orig
+++ tests/run-tests.sh
@@ -39,7 +39,7 @@ if [ $# -eq 0 ]; then
 fi
 
 model=$1
-main="../build/bin/whisper-cli"
+main="../../build*/bin/whisper-cli"
 
 threads=""
 if [ $# -eq 2 ]; then
@@ -112,7 +112,7 @@ function run_lang() {
 
         $main -m ../models/ggml-$model.bin $threads -f $fname_dst -l $lang -otxt 2> /dev/null
 
-        git diff --no-index --word-diff=color --word-diff-regex=. $lang-$i-ref.txt $fname_dst.txt
+        git --no-pager diff --no-index --word-diff=color --word-diff-regex=. $lang-$i-ref.txt $fname_dst.txt
 
         i=$(($i+1))
     done
