Searched refs:PWD (Results 1 – 25 of 103) sorted by relevance
12345
25 command=daemon -p ${PWD}/${base}_1_1.pid $sleep $sleep_amount &28 command=daemon -p ${PWD}/${base}_1_2.pid $sleep $sleep_amount &45 pid2=$(printf "%s\n%s" "$(cat ${PWD}/${base}_1_1.pid)" \46 $(cat ${PWD}/${base}_1_2.pid) | sort)52 [ -f ${PWD}/${base}_1_1.pid ] && kill $(cat ${PWD}/${base}_1_1.pid)53 [ -f ${PWD}/${base}_1_2.pid ] && kill $(cat ${PWD}/${base}_1_2.pid)59 command=daemon -p ${PWD}/${base}_2_1.pid $sleep $sleep_amount &62 command=daemon -p ${PWD}/${base}_2_2.pid $sleep $sleep_amount &66 pid2=$(printf "%s\n%s" "$(cat ${PWD}/${base}_2_1.pid)" \67 $(cat ${PWD}/${base}_2_2.pid) | sort)[all …]
25 command=daemon -p ${PWD}/${base}_1_1.pid $sleep $sleep_amount &28 command=daemon -p ${PWD}/${base}_1_2.pid $sleep $sleep_amount &46 ! -f ${PWD}/${base}_1_1.pid &&47 ! -f ${PWD}/${base}_1_2.pid ; then52 [ -f ${PWD}/${base}_1_1.pid ] && kill $(cat ${PWD}/${base}_1_1.pid)53 [ -f ${PWD}/${base}_1_2.pid ] && kill $(cat ${PWD}/${base}_1_2.pid)59 command=daemon -p ${PWD}/${base}_2_1.pid $sleep $sleep_amount &62 command=daemon -p ${PWD}/${base}_2_2.pid $sleep $sleep_amount &68 [ ! -f ${PWD}/${base}_2_1.pid -a69 ! -f ${PWD}/${base}_2_2.pid ] && kill $chpid3; then[all …]
5 [ "$PWD" = /usr/bin ]8 [ "$PWD" = /usr/bin ]10 [ "$PWD" = /usr/bin ]12 [ "$PWD" = /usr ]15 [ "$PWD" = /usr ]
5 d=$PWD8 [ "$d" = "$PWD" ]10 [ "$d" = "$PWD" ]
9 [ "$PWD" = / ]13 [ "$PWD" = / ]
12 [ "$PWD" = "$P" ]15 [ "$PWD" = "$P" ]
125 WITH_A=$PWD/../with_A.out126 WITHOUT_A=$PWD/../without_A.out159 WITH_EXPLICIT=$PWD/../with_explicit_A.out160 WITH_IMPLIED=$PWD/../with_implied_A.out210 WITH_C=$PWD/../with_C.out298 WITH_I=$PWD/../with_I.out299 WITHOUT_I=$PWD/../without_I.out353 WITH_R=$PWD/../with_R.out354 WITH_R_expected_output=$PWD/../with_R_expected.out384 file_list_dir=$PWD/../files[all …]
2 # Check that bogus PWD values are not accepted from the environment.6 [ "$(PWD=foo ${SH} -c 'pwd')" = / ] || : $((failures += 1))7 [ "$(PWD=/var/empty ${SH} -c 'pwd')" = / ] || : $((failures += 1))8 [ "$(PWD=/var/empty/foo ${SH} -c 'pwd')" = / ] || : $((failures += 1))9 [ "$(PWD=/bin/ls ${SH} -c 'pwd')" = / ] || : $((failures += 1))
2 # Check that PWD is exported and accepted from the environment.12 [ "$PWD" = "$TP/link" ]20 [ "$PWD" = "$TP/test1" ]
82 DIR=$PWD123 log_note "Working dir is $PWD"131 log_note "Working dir is $PWD"139 log_note "Working dir is $PWD"147 SAVED_DIR=$PWD
102 CWD=$PWD114 CWD=$PWD122 CWD=$PWD
104 CWD=$PWD116 CWD=$PWD124 CWD=$PWD
196 export STRIPBIN="$PWD/stripbin"316 src_path_prefixed=$PWD/$src_path317 dest_path=$PWD/copyf337 src_path_prefixed=$PWD/$src_path338 dest_path=$PWD/copyf358 src_path_prefixed=$PWD/$src_path359 dest_path=$PWD/a/b/c/copyf391 src_path_prefixed=$PWD/$src_path392 dest_path=$PWD/libexec/
37 log_must $ZPOOL create $TESTPOOL $PWD/bigfile38 log_mustnot $ZPOOL replace $TESTPOOL $PWD/bigfile $PWD/smallfile
53 cwd=$PWD94 cwd=$PWD128 cwd=$PWD
12 [[ $AR == /* ]] || AR=$PWD/$AR13 [[ $LINK == /* ]] || LINK=$PWD/$LINK
46 ./*) TEST_SH="${PWD}${1#.}${2+ }$2";;47 */*) TEST_SH="${PWD}/$1${2+ }$2";;
29 env HOME=$PWD ${PLINK} -load compression_$c -batch \40 env HOME=$PWD ${PLINK} -load compression_$c \
7 test "x$OBJ" = "x" && OBJ=$PWD
36 GNUPGHOME=$PWD/.gnupg gpg --openpgp \39 The use of ``GNUPGHOME=$PWD/.gnupg`` just avoids messing with personal43 GNUPGHOME=$PWD/.gnupg gpg --openpgp --list-keys60 GNUPGHOME=$PWD/.gnupg gpg --openpgp \62 GNUPGHOME=$PWD/.gnupg gpg --openpgp \
57 OUTPUT="$PWD/tests/out/"58 TS="$PWD/tests/"
24 if [ "$PWD" != "$HOME" ] && [ "$PWD" -ef "$HOME" ] ; then cd ; fi
48 "test -f ${fn} || die mdoc2man not found from $PWD\n"49 "${fn} <<\\_EndOfMdoc_ || die ${fn} failed in $PWD\n"
128 init_dir=$PWD138 init_dir=$PWD
9 SSH_AUTH_SOCK=$PWD/sock