From 816e9a01a15c9dda9dab8188c09bbaf4efb29c81 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Tue, 31 Jul 2018 13:19:45 -0700 Subject: [PATCH] Test symlinking tljh-config --- integration-tests/test_install.py | 6 ++++++ 1 file changed, 6 insertions(+) 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