Searched refs:PWD (Results 1 – 25 of 66) sorted by relevance
123
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 …]
117 WITH_A=$PWD/../with_A.out118 WITHOUT_A=$PWD/../without_A.out151 WITH_EXPLICIT=$PWD/../with_explicit_A.out152 WITH_IMPLIED=$PWD/../with_implied_A.out202 WITH_C=$PWD/../with_C.out290 WITH_I=$PWD/../with_I.out291 WITHOUT_I=$PWD/../without_I.out345 WITH_R=$PWD/../with_R.out346 WITH_R_expected_output=$PWD/../with_R_expected.out376 file_list_dir=$PWD/../files[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" ]
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" ]
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/
12 [[ $AR == /* ]] || AR=$PWD/$AR13 [[ $LINK == /* ]] || LINK=$PWD/$LINK
46 ./*) TEST_SH="${PWD}${1#.}${2+ }$2";;47 */*) TEST_SH="${PWD}/$1${2+ }$2";;
19 env HOME=$PWD ${PLINK} -load compression_$c -batch \30 env HOME=$PWD ${PLINK} -load compression_$c \
7 test "x$OBJ" = "x" && OBJ=$PWD
17 env HOME=$PWD ${PLINK} -load kex_$k -batch -i putty.rsa2 true
18 env HOME=$PWD ${PLINK} -load cipher_$c -batch -i putty.rsa2 \
26 OUTPUT="$PWD/tests/out/"27 TS="$PWD/tests/"
825 char *PWD = cgetenv("PWD"); in getfullRCSname() local828 (d = PWD) && in getfullRCSname()829 ROOTPATH(PWD) && in getfullRCSname()830 stat(PWD, &PWDstat) == 0 && in getfullRCSname()839 else if ((d = PWD)) in getfullRCSname()845 if (!d && !(d = PWD)) in getfullRCSname()
48 "test -f ${fn} || die mdoc2man not found from $PWD\n"49 "${fn} <<\\_EndOfMdoc_ || die ${fn} failed in $PWD\n"
191 PWD=`pwd` && export PWD &&197 @Header: $PWD$SLASH$RCSfile 2.1 $date w s @207 @Source: $PWD$SLASH$RCSfile @
28 (IFS="" find "$PWD" -name 'Makefile' -print | while read -r file
33 (IFS="" find "$PWD" -name 'Makefile' -print | while read -r file
52 atf_check -o inline:"$(realpath A.file)\n$PWD/nonexistent\n" \
231 "; PWD=$PWD" \393 "; PWD=$PWD" \
23 SENTINEL_DIR="$PWD" && \