diff options
author | Lee Garrett <leegarrett@users.noreply.github.com> | 2024-07-27 18:16:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-27 18:16:34 +0200 |
commit | 7e3916b767e1f02fae67630ce7e81bdf47825282 (patch) | |
tree | 6e79eda7d90239ddd18ef4883f2880b2f2fc3098 /test/integration/targets/assert | |
parent | Set LANGUAGE env variable is set to a non-English locale (#83671) (diff) | |
download | ansible-7e3916b767e1f02fae67630ce7e81bdf47825282.tar.xz ansible-7e3916b767e1f02fae67630ce7e81bdf47825282.zip |
Typo fixes and other bits and bobs (#83672)
Co-authored-by: Lee Garrett <lgarrett@rocketjump.eu>
Diffstat (limited to 'test/integration/targets/assert')
-rwxr-xr-x | test/integration/targets/assert/runme.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/assert/runme.sh b/test/integration/targets/assert/runme.sh index ca0a858726..542e43959d 100755 --- a/test/integration/targets/assert/runme.sh +++ b/test/integration/targets/assert/runme.sh @@ -25,7 +25,7 @@ run_test() { sed -i -e 's/ *$//' "${OUTFILE}.${testname}.stdout" sed -i -e 's/ *$//' "${OUTFILE}.${testname}.stderr" - # Scrub deprication warning that shows up in Python 2.6 on CentOS 6 + # Scrub deprecation warning that shows up in Python 2.6 on CentOS 6 sed -i -e '/RandomPool_DeprecationWarning/d' "${OUTFILE}.${testname}.stderr" diff -u "${ORIGFILE}.${testname}.stdout" "${OUTFILE}.${testname}.stdout" || diff_failure |