From: j8takagi Date: Wed, 27 Feb 2019 09:44:17 +0000 (+0900) Subject: テストの修正 X-Git-Tag: v0.5p9~2 X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=commitdiff_plain;h=e0b43c278256919e3bacf9b925e9cec04fa93835 テストの修正 --- diff --git a/test/system/casl2_opt/opt_opterr/0.txt b/test/system/casl2_opt/opt_opterr/0.txt index f281e21..06d7a62 100644 --- a/test/system/casl2_opt/opt_opterr/0.txt +++ b/test/system/casl2_opt/opt_opterr/0.txt @@ -1,2 +1 @@ -../../../../casl2: invalid option -- 'z' Usage: ../../../../casl2 [-slLaAtTdmvh] [-oO[]] [-M ] [-C ] FILE1[ FILE2 ...] diff --git a/test/system/casl2_opt/opt_opterr/cmd b/test/system/casl2_opt/opt_opterr/cmd index 2fe73d6..e34566f 100755 --- a/test/system/casl2_opt/opt_opterr/cmd +++ b/test/system/casl2_opt/opt_opterr/cmd @@ -1 +1 @@ -../../../../casl2 -z ../../../../as/sum_10.casl +../../../../casl2 -z ../../../../as/sum_10.casl 2>&1 | tail -1 diff --git a/test/system/casl2_opt/opt_opterr/cmd_valgrind b/test/system/casl2_opt/opt_opterr/cmd_valgrind new file mode 100644 index 0000000..2fe73d6 --- /dev/null +++ b/test/system/casl2_opt/opt_opterr/cmd_valgrind @@ -0,0 +1 @@ +../../../../casl2 -z ../../../../as/sum_10.casl diff --git a/test/system/comet2_opt/opt_opterr/0.txt b/test/system/comet2_opt/opt_opterr/0.txt index f939ca6..ad4ad38 100644 --- a/test/system/comet2_opt/opt_opterr/0.txt +++ b/test/system/comet2_opt/opt_opterr/0.txt @@ -1,2 +1 @@ -../../../../comet2: invalid option -- 'z' Usage: ../../../../comet2 [-tTdmvh] [-M ] [-C ] FILE diff --git a/test/system/comet2_opt/opt_opterr/cmd b/test/system/comet2_opt/opt_opterr/cmd index 313abba..02566cf 100755 --- a/test/system/comet2_opt/opt_opterr/cmd +++ b/test/system/comet2_opt/opt_opterr/cmd @@ -1 +1 @@ -../../../../comet2 -z a.o +../../../../comet2 -z a.o 2>&1 | tail -1 diff --git a/test/system/comet2_opt/opt_opterr/cmd_valgrind b/test/system/comet2_opt/opt_opterr/cmd_valgrind new file mode 100644 index 0000000..313abba --- /dev/null +++ b/test/system/comet2_opt/opt_opterr/cmd_valgrind @@ -0,0 +1 @@ +../../../../comet2 -z a.o