Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
doctest-auto: Ensure locale-independent output
Browse files Browse the repository at this point in the history
  • Loading branch information
wiene committed Mar 7, 2024
1 parent c2bcd80 commit b9f4b5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/doctest-auto
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

set -e -o pipefail

# Ensure reproducible output
export LC_ALL=C

cat <<EOF
# AUTOGENERATED -- DO NOT EDIT
Expand Down

0 comments on commit b9f4b5b

Please sign in to comment.