tests: Fix test

This commit is contained in:
Dylan Araps 2017-08-01 16:43:16 +10:00
parent b299f7b3fd
commit 2a8c65ea07

View File

@ -48,7 +48,7 @@ def i3():
def polybar():
"""Reload polybar colors."""
if shutil.which("polybar"):
util.disown("pkill", "-USR1", "polybar")
util.disown(["pkill", "-USR1", "polybar"])
def env(xrdb_file=None):