From c773686fe4c49f3209a85282ccb6fb068aab35ba Mon Sep 17 00:00:00 2001 From: Kazuho Oku Date: Fri, 9 Oct 2009 13:11:19 +0900 Subject: [PATCH] update mulitple choice test --- t/00base.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/00base.t b/t/00base.t index 1ee57be..fb1ce1c 100644 --- a/t/00base.t +++ b/t/00base.t @@ -9,5 +9,5 @@ is(system("blib/script/cppref stl/vector/push_back > /dev/null"), 0, 'exact path is(system("blib/script/cppref stl > /dev/null"), 0, 'dir'); is(system("blib/script/cppref faq > /dev/null"), 0, 'search'); is(system("blib/script/cppref hokhokhok > /dev/null 2>&1"), 256, 'not found'); -is(system("blib/script/cppref push_back > /dev/null 2>&1"), 512, 'multiple choices'); +is(system("blib/script/cppref push_back > /dev/null 2>&1"), 0, 'multiple choices');