Searched refs:dir1 (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ksh93/tests/
H A Dpath.sh38 mkdir dir1 dir2
39 cat > dir1/foobar << '+++'
41 function dir1 { print dir1;} function
49 FPATH=$PWD/dir1
55 FPATH=$PWD/dir1
62 [[ ${ dir1;} == dir1 ]] 2> /dev/null && err_exit 'should not be be dir1'
63 FPATH=$PWD/dir1
[all...]

Completed in 9 milliseconds