Update TestUtils.py

tests shouldn't be making symlinks to system dirs, also fixes unit test report on OS X.
pull/4284/head
Michael DeHaan 11 years ago
parent 05b3aaa39b
commit ef28d62846

@ -15,12 +15,6 @@ class TestUtils(unittest.TestCase):
#####################################
### varReplace function tests
def test_unfrackpath(self):
os.symlink("/etc", "/tmp/etc")
a = ansible.utils.unfrackpath('$HOME/../../tmp/etc/')
assert a == '/etc'
os.unlink('/tmp/etc')
def test_varReplace_simple(self):
template = 'hello $who'
vars = {

Loading…
Cancel
Save