'main': Fix the $CDPATH from the previous commit.

This commit is contained in:
Daniel Shahaf
2020-01-12 19:37:53 +00:00
parent 6629a1f432
commit 08edf8db7f
2 changed files with 7 additions and 5 deletions

View File

@@ -34,5 +34,5 @@ mkdir foo foo/bar
BUFFER="/foo"
expected_region_highlight=(
'1 4 unknown-token "fixed in the next commit"' # x (/)
'1 4 unknown-token' # x (/)
)