From dec979fb52ff92eb0cb201c9fdfbcc2a110497b7 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sun, 7 Apr 2024 13:13:58 -0700 Subject: [PATCH] fix custom-sjis test --- tests/custom-sjis.test.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/custom-sjis.test.sh b/tests/custom-sjis.test.sh index c80e07ca..1a471827 100755 --- a/tests/custom-sjis.test.sh +++ b/tests/custom-sjis.test.sh @@ -2,9 +2,7 @@ set -e -SCHEME=$1 - -EXECUTABLE="$2" +EXECUTABLE="$1" if [ "$EXECUTABLE" == "" ]; then EXECUTABLE="./newserv" fi