diff --git a/tests.py b/tests.py index eff79a4..0b04ce1 100644 --- a/tests.py +++ b/tests.py @@ -1511,7 +1511,7 @@ class TestCommandLine(unittest.TestCase): result = subprocess.run( [sys.executable, 'lumbda.py'] + list(args), capture_output=True, text=True, input=input_text, - cwd='/home/fox/git/uncommonlisp' + cwd='/home/fox/git/lumbda' ) return result.stdout.strip(), result.stderr.strip(), result.returncode