From a2a5ce25f8467deef4879a083da48f272f3d6f38 Mon Sep 17 00:00:00 2001 From: takenori-y Date: Thu, 23 May 2024 21:44:20 +0900 Subject: [PATCH] fix test --- test/test_onehot.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_onehot.bats b/test/test_onehot.bats index 55cb07b..c6a95a3 100755 --- a/test/test_onehot.bats +++ b/test/test_onehot.bats @@ -35,7 +35,7 @@ teardown() { } @test "onehot: valgrind" { - $sptk3/nrand -l 20 -v 10 | x2x +di -r > $tmp/1 + $sptk3/nrand -l 20 -v 10 | $sptk3/x2x +di -r > $tmp/1 run valgrind $sptk4/onehot $tmp/1 [ "$(echo "${lines[-1]}" | sed -r 's/.*SUMMARY: ([0-9]*) .*/\1/')" -eq 0 ] }