Fix for run_command on py3 and enable lineinfile test on py3 (#17257)

* run_command needed a bit of tweaking to its string handling of
  arguments.
* The run_command change fixes the last bit of lineinfile so we can
  enable its tests
This commit is contained in:
Toshio Kuratomi 2016-08-26 01:30:46 -07:00 committed by GitHub
commit 4a3a9c0f2d
2 changed files with 9 additions and 10 deletions

View file

@ -9,7 +9,6 @@ test_get_url
test_git
test_hg
test_iterators
test_lineinfile
test_lookups
test_mysql_db
test_mysql_user