Test symlinking tljh-config

This commit is contained in:
yuvipanda
2018-07-31 13:19:45 -07:00
parent a6373200ec
commit 816e9a01a1

View File

@@ -204,3 +204,9 @@ def test_pip_upgrade(group, allowed):
[python, "-m", "pip", "install", "--upgrade", "testpath"], [python, "-m", "pip", "install", "--upgrade", "testpath"],
preexec_fn=partial(setgroup, group), preexec_fn=partial(setgroup, group),
) )
def test_symlinks():
"""
Test we symlink tljh-config to /usr/local/bin
"""
assert os.path.exists('/usr/local/bin/tljh-config')