Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Sep 19, 2024
1 parent 635942b commit 8bb3e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion letest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,7 @@ le_test_dnsapi() {
_initpath $TestingDomain
addcommand="${api}_add"
rmcommand="${api}_rm"
random_string="$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c10)"
random_string="$(head /dev/urandom | LC_CTYPE=C tr -dc A-Za-z0-9 | head -c10)"
record_content="acmeTestTxtRecord_$random_string"
_assertcmd "$addcommand acmetestXyzRandomName.$TestingDomain $record_content" || return
_assertcmd "$rmcommand acmetestXyzRandomName.$TestingDomain $record_content" || return
Expand Down

0 comments on commit 8bb3e1a

Please sign in to comment.