diff options
author | Christo Kotze <onaforeignshore@hotmail.co.uk> | 2018-02-22 23:45:00 +0300 |
---|---|---|
committer | Christo Kotze <onaforeignshore@hotmail.co.uk> | 2018-02-22 23:45:00 +0300 |
commit | 1abb519f593e42e92ebc7714723bced6d746f934 (patch) | |
tree | da24c078af51d6e97cd6426ea7337f963b14c7bb | |
parent | 5fb3033d58ec4c87162b3e97a0116624bf87a424 (diff) |
Updated dir.spec tests
-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 e313c01c..8c9554d7 100755 --- a/test/segments/dir.spec +++ b/test/segments/dir.spec @@ -92,7 +92,7 @@ function testTruncateToLastWorks() { function testTruncateAbsoluteWorks() { POWERLEVEL9K_SHORTEN_DIR_LENGTH=2 - POWERLEVEL9K_SHORTEN_STRATEGY="truncate_to_last" + POWERLEVEL9K_SHORTEN_STRATEGY="truncate_absolute" FOLDER=/tmp/powerlevel9k-test/1/12/123/1234/12345/123456/1234567/12345678/123456789 mkdir -p $FOLDER |