From ef28d6284695cf4d2a13d70d1112102466c46118 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 28 Sep 2013 11:01:21 -0400 Subject: [PATCH] Update TestUtils.py tests shouldn't be making symlinks to system dirs, also fixes unit test report on OS X. --- test/TestUtils.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/TestUtils.py b/test/TestUtils.py index 9d6714dd81..4f5c97bc88 100644 --- a/test/TestUtils.py +++ b/test/TestUtils.py @@ -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 = {