wip sort tests
This commit is contained in:
45
tests/defaults/b_cd_bindir.sh
Normal file
45
tests/defaults/b_cd_bindir.sh
Normal file
@@ -0,0 +1,45 @@
|
||||
cd /bin
|
||||
pwd
|
||||
|
||||
cd /bin/../
|
||||
pwd
|
||||
|
||||
cd /
|
||||
pwd
|
||||
cd /bin
|
||||
pwd
|
||||
|
||||
cd /
|
||||
pwd
|
||||
cd //bin
|
||||
pwd
|
||||
|
||||
cd //
|
||||
pwd
|
||||
cd //bin
|
||||
pwd
|
||||
|
||||
cd ///
|
||||
pwd
|
||||
cd ///bin
|
||||
pwd
|
||||
|
||||
cd ////
|
||||
pwd
|
||||
cd ////bin
|
||||
pwd
|
||||
|
||||
cd /////
|
||||
pwd
|
||||
cd /////bin
|
||||
pwd
|
||||
|
||||
cd //////
|
||||
pwd
|
||||
cd //////bin
|
||||
pwd
|
||||
|
||||
cd ///////
|
||||
pwd
|
||||
cd ///////bin
|
||||
pwd
|
||||
Reference in New Issue
Block a user