guile: tests: Fix encoding of "atomic" message
It's stated to be US-ASCII with 7-bit encoding, but it contains the UTF-8 character '—'. Fixing the encoding very slightly changes the average size of messages reported by mu:average, so adjust the new expected value.
This commit is contained in:
4
testdata/testdir2/wom_bat/cur/atomic
vendored
4
testdata/testdir2/wom_bat/cur/atomic
vendored
@ -4,8 +4,8 @@ Subject: atoms
|
||||
To: "Democritus" <demo@example.com>
|
||||
Message-id: <3BE9E6535E302944823E7A1A20D852173@msg.id>
|
||||
MIME-version: 1.0
|
||||
Content-type: text/plain; charset=us-ascii
|
||||
Content-transfer-encoding: 7BIT
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
Precedence: high
|
||||
|
||||
If, in some cataclysm, all scientific knowledge were to be destroyed,
|
||||
|
||||
Reference in New Issue
Block a user