wip sort tests
This commit is contained in:
20
tests/defaults/b_cd_home.sh
Normal file
20
tests/defaults/b_cd_home.sh
Normal file
@@ -0,0 +1,20 @@
|
||||
export HOME="/"
|
||||
cd
|
||||
cd ../../../../../././././../../../././../../../
|
||||
pwd
|
||||
|
||||
export HOME=//
|
||||
cd
|
||||
pwd
|
||||
|
||||
export HOME=//bin/..////////////bin/../
|
||||
cd
|
||||
pwd
|
||||
|
||||
export HOME=///
|
||||
cd
|
||||
pwd
|
||||
|
||||
export HOME=/
|
||||
cd
|
||||
pwd
|
||||
Reference in New Issue
Block a user