diff options
author | Christo Kotze <onaforeignshore@hotmail.co.uk> | 2018-02-23 08:37:49 +0300 |
---|---|---|
committer | Christo Kotze <onaforeignshore@hotmail.co.uk> | 2018-02-23 08:37:49 +0300 |
commit | 3674af1cd9788b144a39358913f95979762dbb00 (patch) | |
tree | dd855c7422b4eb769246eef65b991187a63779de /test/segments/dir.spec | |
parent | 08432bf70c1874ab4f67538f85e7be50847f1c5d (diff) |
Updated dir.spec test for first_and_last
Diffstat (limited to 'test/segments/dir.spec')
-rwxr-xr-x | test/segments/dir.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/segments/dir.spec b/test/segments/dir.spec index 3e7f11d4..12242961 100755 --- a/test/segments/dir.spec +++ b/test/segments/dir.spec @@ -98,7 +98,7 @@ function testTruncateToFirstAndLastWorks() { mkdir -p $FOLDER cd $FOLDER - assertEquals "%K{blue} %F{black}/tmp/12/…/12345678/123456789 %k%F{blue}%f " "$(build_left_prompt)" + assertEquals "%K{blue} %F{black}/tmp/powerlevel9k-test/…/…/…/…/…/…/…/12345678/123456789 %k%F{blue}%f " "$(build_left_prompt)" cd - rm -fr /tmp/powerlevel9k-test |