Fix one more test

This commit is contained in:
Tim Head
2020-01-25 20:54:10 +01:00
parent fb67438a23
commit aa2222cd08

View File

@@ -207,6 +207,7 @@ def test_pip_upgrade(group, allowed):
"-m", "-m",
"pip", "pip",
"install", "install",
"--no-user",
"--ignore-installed", "--ignore-installed",
"--no-deps", "--no-deps",
"testpath==0.3.0", "testpath==0.3.0",
@@ -219,6 +220,7 @@ def test_pip_upgrade(group, allowed):
preexec_fn=partial(setgroup, group), preexec_fn=partial(setgroup, group),
) )
def test_symlinks(): def test_symlinks():
""" """
Test we symlink tljh-config to /usr/local/bin Test we symlink tljh-config to /usr/local/bin