From dc53b1279a7887e5657bc477ed395b2681951b59 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Wed, 22 Jul 2026 18:17:39 +0900 Subject: [PATCH] =?utf8?q?=E3=83=86=E3=82=B9=E3=83=88=E3=81=A7=E3=80=81BSD?= =?utf8?q?=20od=E3=81=AB=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- test/system/casl2_opt/opt_slaO/cmd | 2 +- test/system/casl2_opt/opt_slaOn/cmd | 2 +- test/system/casl2_opt/opt_slao_T/cmd | 2 +- test/system/casl2_opt/opt_slaot/cmd | 2 +- test/system/casl2_opt/opt_slaotd/cmd | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/system/casl2_opt/opt_slaO/cmd b/test/system/casl2_opt/opt_slaO/cmd index f689196..296cf87 100755 --- a/test/system/casl2_opt/opt_slaO/cmd +++ b/test/system/casl2_opt/opt_slaO/cmd @@ -1,2 +1,2 @@ sh cmd_valgrind -od -x a.o +od -x a.o | sed -e 's/ */ /g; s/ $//g' diff --git a/test/system/casl2_opt/opt_slaOn/cmd b/test/system/casl2_opt/opt_slaOn/cmd index 2925181..1036c4f 100755 --- a/test/system/casl2_opt/opt_slaOn/cmd +++ b/test/system/casl2_opt/opt_slaOn/cmd @@ -1,2 +1,2 @@ sh cmd_valgrind -od -x opt.o +od -x opt.o | sed -e 's/ */ /g; s/ $//g' diff --git a/test/system/casl2_opt/opt_slao_T/cmd b/test/system/casl2_opt/opt_slao_T/cmd index f689196..296cf87 100755 --- a/test/system/casl2_opt/opt_slao_T/cmd +++ b/test/system/casl2_opt/opt_slao_T/cmd @@ -1,2 +1,2 @@ sh cmd_valgrind -od -x a.o +od -x a.o | sed -e 's/ */ /g; s/ $//g' diff --git a/test/system/casl2_opt/opt_slaot/cmd b/test/system/casl2_opt/opt_slaot/cmd index f689196..296cf87 100755 --- a/test/system/casl2_opt/opt_slaot/cmd +++ b/test/system/casl2_opt/opt_slaot/cmd @@ -1,2 +1,2 @@ sh cmd_valgrind -od -x a.o +od -x a.o | sed -e 's/ */ /g; s/ $//g' diff --git a/test/system/casl2_opt/opt_slaotd/cmd b/test/system/casl2_opt/opt_slaotd/cmd index f689196..296cf87 100755 --- a/test/system/casl2_opt/opt_slaotd/cmd +++ b/test/system/casl2_opt/opt_slaotd/cmd @@ -1,2 +1,2 @@ sh cmd_valgrind -od -x a.o +od -x a.o | sed -e 's/ */ /g; s/ $//g' -- 2.47.3