From 7dec84f48dac404ff236fcea704a766dffa588a4 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Sun, 18 Mar 2018 14:49:50 -0400 Subject: Making unit test do the intended test --- tests/test_completion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_completion.py b/tests/test_completion.py index 37630159..af903794 100644 --- a/tests/test_completion.py +++ b/tests/test_completion.py @@ -359,7 +359,7 @@ def test_path_completion_cwd(): completions_empty = path_complete(text, line, begidx, endidx) # Run path complete with path set to the CWD - cwd = os.getcwd() + cwd = os.getcwd() + os.path.sep line = 'shell ls {}'.format(cwd) endidx = len(line) begidx = endidx - len(text) -- cgit v1.2.1