Home
last modified time | relevance | path

Searched refs:PWD (Results 1 – 25 of 66) sorted by relevance

123

/freebsd-11-stable/bin/pkill/tests/
HDpgrep-j_test.sh25 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 …]
HDpkill-j_test.sh25 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 ; then
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 &
68 [ ! -f ${PWD}/${base}_2_1.pid -a
69 ! -f ${PWD}/${base}_2_2.pid ] && kill $chpid3; then
[all …]
/freebsd-11-stable/bin/ls/tests/
HDls_tests.sh117 WITH_A=$PWD/../with_A.out
118 WITHOUT_A=$PWD/../without_A.out
151 WITH_EXPLICIT=$PWD/../with_explicit_A.out
152 WITH_IMPLIED=$PWD/../with_implied_A.out
202 WITH_C=$PWD/../with_C.out
290 WITH_I=$PWD/../with_I.out
291 WITHOUT_I=$PWD/../without_I.out
345 WITH_R=$PWD/../with_R.out
346 WITH_R_expected_output=$PWD/../with_R_expected.out
376 file_list_dir=$PWD/../files
[all …]
/freebsd-11-stable/bin/sh/tests/builtins/
HDcd7.05 [ "$PWD" = /usr/bin ]
8 [ "$PWD" = /usr/bin ]
10 [ "$PWD" = /usr/bin ]
12 [ "$PWD" = /usr ]
15 [ "$PWD" = /usr ]
HDcd6.05 d=$PWD
8 [ "$d" = "$PWD" ]
10 [ "$d" = "$PWD" ]
HDcd3.09 [ "$PWD" = / ]
13 [ "$PWD" = / ]
HDcd1.012 [ "$PWD" = "$P" ]
15 [ "$PWD" = "$P" ]
/freebsd-11-stable/bin/sh/tests/parameters/
HDpwd1.02 # 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))
HDpwd2.02 # Check that PWD is exported and accepted from the environment.
12 [ "$PWD" = "$TP/link" ]
20 [ "$PWD" = "$TP/test1" ]
/freebsd-11-stable/usr.bin/xinstall/tests/
HDinstall_test.sh196 export STRIPBIN="$PWD/stripbin"
316 src_path_prefixed=$PWD/$src_path
317 dest_path=$PWD/copyf
337 src_path_prefixed=$PWD/$src_path
338 dest_path=$PWD/copyf
358 src_path_prefixed=$PWD/$src_path
359 dest_path=$PWD/a/b/c/copyf
391 src_path_prefixed=$PWD/$src_path
392 dest_path=$PWD/libexec/
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
HDar_to_bc.sh12 [[ $AR == /* ]] || AR=$PWD/$AR
13 [[ $LINK == /* ]] || LINK=$PWD/$LINK
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/dotcmd/
HDscoped_command46 ./*) TEST_SH="${PWD}${1#.}${2+ }$2";;
47 */*) TEST_SH="${PWD}/$1${2+ }$2";;
/freebsd-11-stable/crypto/openssh/regress/
HDputty-transfer.sh19 env HOME=$PWD ${PLINK} -load compression_$c -batch \
30 env HOME=$PWD ${PLINK} -load compression_$c \
HDvalgrind-unit.sh7 test "x$OBJ" = "x" && OBJ=$PWD
HDputty-kex.sh17 env HOME=$PWD ${PLINK} -load kex_$k -batch -i putty.rsa2 true
HDputty-ciphers.sh18 env HOME=$PWD ${PLINK} -load cipher_$c -batch -i putty.rsa2 \
/freebsd-11-stable/contrib/expat/tests/
HDxmltest.sh26 OUTPUT="$PWD/tests/out/"
27 TS="$PWD/tests/"
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
HDrcsfnms.c825 char *PWD = cgetenv("PWD"); in getfullRCSname() local
828 (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()
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/0-old/
HDagman-cmd.tpl48 "test -f ${fn} || die mdoc2man not found from $PWD\n"
49 "${fn} <<\\_EndOfMdoc_ || die ${fn} failed in $PWD\n"
/freebsd-11-stable/gnu/usr.bin/rcs/
HDrcstest191 PWD=`pwd` && export PWD &&
197 @Header: $PWD$SLASH$RCSfile 2.1 $date w s @
207 @Source: $PWD$SLASH$RCSfile @
/freebsd-11-stable/contrib/unbound/contrib/android/
HDinstall_expat.sh28 (IFS="" find "$PWD" -name 'Makefile' -print | while read -r file
/freebsd-11-stable/contrib/unbound/contrib/ios/
HDinstall_expat.sh33 (IFS="" find "$PWD" -name 'Makefile' -print | while read -r file
/freebsd-11-stable/usr.bin/stat/tests/
HDreadlink_test.sh52 atf_check -o inline:"$(realpath A.file)\n$PWD/nonexistent\n" \
/freebsd-11-stable/usr.sbin/bsdconfig/share/
HDmustberoot.subr231 "; PWD=$PWD" \
393 "; PWD=$PWD" \
/freebsd-11-stable/contrib/ntp/sntp/m4/
HDntp_harden.m423 SENTINEL_DIR="$PWD" && \

123