diff --git a/integration-tests/test_install.py b/integration-tests/test_install.py index 975955e..2c4ac70 100644 --- a/integration-tests/test_install.py +++ b/integration-tests/test_install.py @@ -204,3 +204,9 @@ def test_pip_upgrade(group, allowed): [python, "-m", "pip", "install", "--upgrade", "testpath"], 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') \ No newline at end of file