mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 08:51:14 -03:00
Disable printf %a test since it has different output on FreeBSD
Fixes #1139
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
printf "Hello %d %i %f %F %g %G\n" 1 2 3 4 5 6
|
||||
|
||||
printf "%x %X %o %llu\n" 10 11 8 -1
|
||||
printf "%a %A\n" 14 15
|
||||
# %a has OS-dependent output - see #1139
|
||||
#printf "%a %A\n" 14 15
|
||||
|
||||
printf "%c %s\n" a hello
|
||||
printf "%c%c%c\n" hello … o
|
||||
|
||||
Reference in New Issue
Block a user