mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-26 09:42:51 +03:00
Add markers test for PWD
This commit is contained in:
parent
c2ba6ead2f
commit
b7c044d4f3
@ -43,5 +43,10 @@ _pwd "$longDir" # CHECK: ~/a/b/c/d/e/f/g/hotel/inda/juliett/kilo/lima/mike/novem
|
||||
# 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/bratwurst
|
||||
|
||||
# Markers
|
||||
mkdir -p ~/alfa/.git
|
||||
_pwd "$longDir" # CHECK: ~/a/bravo/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