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:
yuvipanda
2018-08-12 09:55:20 -07:00
parent 5a2ec9e517
commit c2a9bda74a

View File

@@ -12,7 +12,7 @@ def test_apt_packages():
"""
Test extra apt packages are installed
"""
assert os.path.exists('/usr/bin/sl')
assert os.path.exists('/usr/games/sl')
def test_pip_packages():