From eb2bf5b6bfd04f7e123d7561725b00f807486849 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 2 Sep 2010 18:38:00 -0700 Subject: Fix some test cases The tar tests still don't pass, but at least now it's because of a problem with Busybox and not the tests themselves. Signed-off-by: Dan Fandrich Signed-off-by: Denys Vlasenko --- testsuite/printf.tests | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuite/printf.tests') diff --git a/testsuite/printf.tests b/testsuite/printf.tests index b48e293f4..9a3c87473 100755 --- a/testsuite/printf.tests +++ b/testsuite/printf.tests @@ -89,9 +89,9 @@ testing "printf understands %Ld" \ testing "printf handles %d bad_input" \ "${bb}printf '%d\n' 1 - 2 bad 3 123bad 4 2>&1; echo \$?" \ -"1\n""printf: -: invalid number\n""0\n"\ -"2\n""printf: bad: invalid number\n""0\n"\ -"3\n""printf: 123bad: invalid number\n""0\n"\ +"1\n""printf: invalid number '-'\n""0\n"\ +"2\n""printf: invalid number 'bad'\n""0\n"\ +"3\n""printf: invalid number '123bad'\n""0\n"\ "4\n""1\n" \ "" "" -- cgit v1.2.3