diff options
author | 2013-07-30 21:35:09 +0000 | |
---|---|---|
committer | 2013-07-30 21:35:09 +0000 | |
commit | c0ed65e636a60c0a872f376b152c377a522ee698 (patch) | |
tree | 10ff58812b86add523ca1229f067d1ec84830f0d /regress/lib/libc | |
parent | Or in the CPUID_NXE bit from ci->ci_feature_eflags into ci->ci_feature_flags (diff) | |
download | wireguard-openbsd-c0ed65e636a60c0a872f376b152c377a522ee698.tar.xz wireguard-openbsd-c0ed65e636a60c0a872f376b152c377a522ee698.zip |
strptime(3) correctly fills in tm_yday; adjust expected output
ok guenther@
Diffstat (limited to 'regress/lib/libc')
-rw-r--r-- | regress/lib/libc/time/strptime/expected | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/lib/libc/time/strptime/expected b/regress/lib/libc/time/strptime/expected index d038d319afa..21c95de7f9d 100644 --- a/regress/lib/libc/time/strptime/expected +++ b/regress/lib/libc/time/strptime/expected @@ -1,14 +1,14 @@ --- ctime --- 1 succeeded -46 27 23 20 0 98 2 -1 +46 27 23 20 0 98 2 19 --- ctime --- 2 succeeded -46 27 23 20 0 98 2 -1 +46 27 23 20 0 98 2 19 --- ctime --- 3 succeeded -46 27 23 20 0 98 2 -1 +46 27 23 20 0 98 2 19 --- %a --- 1 succeeded |