Searched refs:PWD (Results 1 - 25 of 58) sorted by relevance

123

/illumos-gate/usr/src/tools/codesign/
H A Dsignproto.sh42 dir=`[[ $dir = /* ]] && print $dir || print $PWD/$dir`
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dtilde.sh57 if [[ ~+ != $PWD ]]
58 then err_exit '~' not $PWD
61 if [[ $x != $PWD ]]
62 then err_exit x=~+ not $PWD
65 then err_exit '~' not $PWD
94 [[ $($tmp/tilde foo) == "$PWD$nl$PWD" ]] 2> /dev/null || err_exit 'tilde fails inside a script run by name'
H A Dpath.sh49 FPATH=$PWD/dir1
52 FPATH=$PWD/dir2
55 FPATH=$PWD/dir1
58 FPATH=$PWD/dir2
63 FPATH=$PWD/dir1
68 FPATH=$PWD/dir2
114 pwd=$PWD
135 for PATH in $path :$path $path: .:$path $path: $path:. $PWD::$path $PWD:.:$path $path:$PWD
[all...]
H A Dsun_solaris_cr_xxxxxxxx_template.sh53 ocwd="$PWD"
H A Dsun_solaris_cr_6862121_shbinexec_kernel_module_defunct.sh83 ocwd="$PWD"
H A Drestricted.sh35 pwd=$PWD
51 PATH=$PWD:$PATH
H A Dexit.sh48 HOME=$PWD \
H A Doptions.sh190 [[ $(HOME=$PWD $SHELL -l </dev/null 2>&1) == *$t* ]] &&
192 [[ $(HOME=$PWD $SHELL --login </dev/null 2>&1) == *$t* ]] &&
194 [[ $(HOME=$PWD $SHELL --login-shell </dev/null 2>&1) == *$t* ]] &&
196 [[ $(HOME=$PWD $SHELL --login_shell </dev/null 2>&1) == *$t* ]] &&
198 [[ $(HOME=$PWD exec -a -ksh $SHELL </dev/null 2>&1) == *$t* ]] &&
200 [[ $(HOME=$PWD ./-ksh -i </dev/null 2>&1) == *$t* ]] &&
202 [[ $(HOME=$PWD ./-ksh -ip </dev/null 2>&1) == *$t* ]] &&
205 [[ $(HOME=$PWD $SHELL -l </dev/null 2>&1) == *$t* ]] ||
207 [[ $(HOME=$PWD $SHELL --login </dev/null 2>&1) == *$t* ]] ||
209 [[ $(HOME=$PWD
[all...]
H A Dsun_solaris_cr_6904557_wc_no_longer_counts_number_of_bytes_correctly.sh81 ocwd="$PWD"
H A Dsun_solaris_cr_6907460_EXIT_trap_handlers_are_sometimes_executed_twice.sh111 ocwd="$PWD"
H A Dsun_solaris_locale_misc.sh48 ocwd="$PWD"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/migration/
H A Dmigration.kshlib54 cwd=$PWD
95 cwd=$PWD
129 cwd=$PWD
H A Dmigration_004_pos.ksh59 cwd=$PWD
H A Dmigration_005_pos.ksh59 cwd=$PWD
H A Dmigration_006_pos.ksh59 cwd=$PWD
/illumos-gate/usr/src/test/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_017_pos.ksh70 DIR=$PWD
111 log_note "Working dir is $PWD"
119 log_note "Working dir is $PWD"
127 log_note "Working dir is $PWD"
135 SAVED_DIR=$PWD
H A Dsnapshot_002_pos.ksh99 CWD=$PWD
111 CWD=$PWD
119 CWD=$PWD
H A Dsnapshot_006_pos.ksh97 CWD=$PWD
109 CWD=$PWD
117 CWD=$PWD
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_ls_001_pos.ksh62 cwd=$PWD
H A Dzfs_acl_find_001_pos.ksh83 cwd=$PWD
H A Dzfs_acl_tar_001_pos.ksh71 cwd=$PWD
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A Dzfs_unmount_005_pos.ksh98 cwd=$PWD
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_export/
H A Dzpool_export_002_pos.ksh63 olddir=$PWD
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.corruptenv.ksh50 startdir="$PWD"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_share/
H A Dzfs_share_011_pos.ksh67 typeset origdir=$PWD

Completed in 257 milliseconds

123