From 5ff6d3f2c98833a2784323d38a6a718d7d43f857 Mon Sep 17 00:00:00 2001 From: Jeong YunWon Date: Fri, 5 Apr 2024 18:21:44 +0900 Subject: [PATCH] =?UTF-8?q?AHEUI=EC=97=90=20=EA=B3=B5=EB=B0=B1=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EA=B5=AC=EB=B6=84=EB=90=98=EB=8A=94=20=EB=AA=85?= =?UTF-8?q?=EB=A0=B9=20=ED=97=88=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.sh b/test.sh index 04b0d6d..0bb43bd 100755 --- a/test.sh +++ b/test.sh @@ -47,9 +47,9 @@ for d in $ds; do echo -n " test $fbase"... if [ -e "$d/$fbase".out ]; then if [ -e "$d/$fbase".in ]; then - "$AHEUI" $AHEUIFLAGS "$f" < "$d/$fbase.in" > .test.tmp + $AHEUI $AHEUIFLAGS "$f" < "$d/$fbase.in" > .test.tmp else - "$AHEUI" $AHEUIFLAGS "$f" > .test.tmp + $AHEUI $AHEUIFLAGS "$f" > .test.tmp fi exitcode=$? out=`cat .test.tmp`