mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Fix path to where sl is installed in plugin test
I guess sl is *technically* a game. I'm sure there was a long winded argument about where it should be in a mailing list somewhere.
This commit is contained in:
@@ -12,7 +12,7 @@ def test_apt_packages():
|
|||||||
"""
|
"""
|
||||||
Test extra apt packages are installed
|
Test extra apt packages are installed
|
||||||
"""
|
"""
|
||||||
assert os.path.exists('/usr/bin/sl')
|
assert os.path.exists('/usr/games/sl')
|
||||||
|
|
||||||
|
|
||||||
def test_pip_packages():
|
def test_pip_packages():
|
||||||
|
|||||||
Reference in New Issue
Block a user