aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/printf.in
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-04-03 18:04:17 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-04-03 18:04:17 -0700
commit3ea8d83d3fc91218c020b923084a610860f4eabb (patch)
tree1834fe24c01ed74199a557eb7917c5db2efc3028 /tests/printf.in
parentd9445f04b13c1d1523cd152cfb1d163702e66c14 (diff)
Try to fix printf tests on Linux
Diffstat (limited to 'tests/printf.in')
-rw-r--r--tests/printf.in2
1 files changed, 1 insertions, 1 deletions
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