From aeba059192d93c191560e9bbaf95a3b9e85a8c8d Mon Sep 17 00:00:00 2001 From: Djordje Mijovic Date: Wed, 31 Mar 2021 16:51:01 +0200 Subject: [PATCH] Fixing auto update for macos. --- test/cmdlineTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cmdlineTests.sh b/test/cmdlineTests.sh index fcd7198bf..3f3f3a1fd 100755 --- a/test/cmdlineTests.sh +++ b/test/cmdlineTests.sh @@ -93,7 +93,7 @@ function ask_expectation_update while true do - read -r -N 1 -p "(e)dit/(u)pdate expectations/(s)kip/(q)uit? " + read -r -n 1 -p "(e)dit/(u)pdate expectations/(s)kip/(q)uit? " echo case $REPLY in e*) "$editor" "$expectationFile"; break;;