diff options
author | Jon Bernard <jbernard@tuxion.com> | 2012-01-08 17:12:12 -0500 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2012-01-08 17:12:12 -0500 |
commit | 62fe5122a4f82b6a5f65a6a666ce469753fd2553 (patch) | |
tree | 3648eff2e4b3e03ccca9b4904339c66ba15a6775 /test_dotfiles.py | |
parent | e1f8744c2d705c10e747b44e08e09a67d421fe59 (diff) | |
download | dotfiles-62fe5122a4f82b6a5f65a6a666ce469753fd2553.tar.gz dotfiles-62fe5122a4f82b6a5f65a6a666ce469753fd2553.tar.bz2 dotfiles-62fe5122a4f82b6a5f65a6a666ce469753fd2553.zip |
Update remaining references to 'unmanaged'
Diffstat (limited to 'test_dotfiles.py')
-rwxr-xr-x | test_dotfiles.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_dotfiles.py b/test_dotfiles.py index f9b6b46..8ee3a76 100755 --- a/test_dotfiles.py +++ b/test_dotfiles.py @@ -85,7 +85,7 @@ class DotfilesTestCase(unittest.TestCase): os.path.join(self.homedir, '.bashrc'), os.path.join(target, 'bashrc')) - def test_sync_unmanaged_directory_symlink(self): + def test_force_sync_directory_symlink(self): """Test a forced sync on a directory symlink. A bug was reported where a user wanted to replace a dotfile repository |