Skip to content

Commit

Permalink
testsuite: Set LC_ALL=C in test-generate-keypair.sh
Browse files Browse the repository at this point in the history
Otherwise the error messages may be translated, causing a match failure.
  • Loading branch information
xry111 committed Jul 5, 2024
1 parent 0dd1133 commit 16d8f64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions p11-kit/test-generate-keypair.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ test "${abs_top_builddir+set}" = set || {
: ${P11_MODULE_PATH="$abs_top_builddir"/.libs}

setup() {
LC_ALL=C
export LC_ALL

testdir=$PWD/test-genkey-$$
test -d "$testdir" || mkdir "$testdir"
cd "$testdir"
Expand Down

0 comments on commit 16d8f64

Please sign in to comment.