mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
Updated dir.spec tests
This commit is contained in:
parent
5fb3033d58
commit
1abb519f59
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ function testTruncateToLastWorks() {
|
||||||
|
|
||||||
function testTruncateAbsoluteWorks() {
|
function testTruncateAbsoluteWorks() {
|
||||||
POWERLEVEL9K_SHORTEN_DIR_LENGTH=2
|
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
|
FOLDER=/tmp/powerlevel9k-test/1/12/123/1234/12345/123456/1234567/12345678/123456789
|
||||||
mkdir -p $FOLDER
|
mkdir -p $FOLDER
|
||||||
|
|
Loading…
Reference in a new issue