From 3ea8d83d3fc91218c020b923084a610860f4eabb Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Wed, 3 Apr 2013 18:04:17 -0700 Subject: Try to fix printf tests on Linux --- tests/printf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/printf.in') diff --git a/tests/printf.in b/tests/printf.in index ad6f1062..1e42b982 100644 --- a/tests/printf.in +++ b/tests/printf.in @@ -1,6 +1,6 @@ printf "Hello %d %i %f %F %g %G\n" 1 2 3 4 5 6 -printf "%x %X %o %u\n" 10 11 8 -1 +printf "%x %X %o %llu\n" 10 11 8 -1 printf "%a %A\n" 14 15 printf "%c %s\n" a hello -- cgit v1.2.3