Updated test to new path

I couldn't test this
This commit is contained in:
Wouter Wijsman 2020-01-17 15:29:34 +01:00 committed by Mathieu Comandon
parent 9102071518
commit a13cde1303

View file

@ -5,8 +5,8 @@ import unittest
import subprocess
if os.path.isfile('bin/lutris-wrapper'):
lutris_wrapper_bin = 'bin/lutris-wrapper'
if os.path.isfile('share/lutris/bin/lutris-wrapper'):
lutris_wrapper_bin = 'share/lutris/bin/lutris-wrapper'
else:
lutris_wrapper_bin = 'lutris-wrapper'