Skip to content

Commit 8bb3e1a

Browse files
author
neil
committed
1 parent 635942b commit 8bb3e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

letest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,7 @@ le_test_dnsapi() {
15011501
_initpath $TestingDomain
15021502
addcommand="${api}_add"
15031503
rmcommand="${api}_rm"
1504-
random_string="$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c10)"
1504+
random_string="$(head /dev/urandom | LC_CTYPE=C tr -dc A-Za-z0-9 | head -c10)"
15051505
record_content="acmeTestTxtRecord_$random_string"
15061506
_assertcmd "$addcommand acmetestXyzRandomName.$TestingDomain $record_content" || return
15071507
_assertcmd "$rmcommand acmetestXyzRandomName.$TestingDomain $record_content" || return

0 commit comments

Comments
 (0)