mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-26 09:42:51 +03:00
Add truncate to unique test
This commit is contained in:
parent
bc4e51a9a0
commit
c2ba6ead2f
@ -38,7 +38,10 @@ rm -rf ~/normal
|
||||
|
||||
set -l longDir ~/alfa/bravo/charlie/delta/echo/foxtrot/golf/hotel/inda/juliett/kilo/lima/mike/november/oscar/papa
|
||||
mkdir -p $longDir
|
||||
|
||||
_pwd "$longDir" # CHECK: ~/a/b/c/d/e/f/g/hotel/inda/juliett/kilo/lima/mike/november/oscar/papa
|
||||
|
||||
# Truncate to unique
|
||||
mkdir -p ~/alfa/bratwurst
|
||||
_pwd "$longDir" # CHECK: ~/a/brav/c/d/e/f/g/h/inda/juliett/kilo/lima/mike/november/oscar/papa
|
||||
|
||||
rm -r ~/alfa
|
||||
|
Loading…
Reference in New Issue
Block a user