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

This commit is contained in:
Daniel Shahaf 2020-01-12 19:37:53 +00:00
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 (/)
)