| /freebsd-13.1/bin/pkill/tests/ |
| H A D | pgrep-j_test.sh | 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)" 67 "$(cat ${PWD}/${base}_2_2.pid)" | sort) 73 [ -f ${PWD}/${base}_2_1.pid ] && kill "$(cat ${PWD}/${base}_2_1.pid)" 74 [ -f ${PWD}/${base}_2_2.pid ] && kill "$(cat ${PWD}/${base}_2_2.pid)" 89 [ -f ${PWD}/${base}_3_1.pid ] && kill "$(cat $PWD/${base}_3_1.pid)" 90 [ -f ${PWD}/${base}_3_2.pid ] && kill "$(cat $PWD/${base}_3_2.pid)" 107 "$(cat ${PWD}/${base}_4_2.pid)" | sort) 113 [ -f ${PWD}/${base}_4_1.pid ] && kill "$(cat ${PWD}/${base}_4_1.pid)" [all …]
|
| H A D | pkill-j_test.sh | 49 ! test -f "${PWD}/${base}_1_1.pid" && 55 [ -f ${PWD}/${base}_1_1.pid ] && kill "$(cat ${PWD}/${base}_1_1.pid)" 56 [ -f ${PWD}/${base}_1_2.pid ] && kill "$(cat ${PWD}/${base}_1_2.pid)" 71 ! test -f ${PWD}/${base}_2_1.pid && 77 [ -f ${PWD}/${base}_2_1.pid ] && kill "$(cat ${PWD}/${base}_2_1.pid)" 78 [ -f ${PWD}/${base}_2_2.pid ] && kill "$(cat ${PWD}/${base}_2_2.pid)" 88 [ ! -f ${PWD}/${base}_3_1.pid -a -f ${PWD}/${base}_3_2.pid ] ; then 91 ls ${PWD}/*.pid 113 ! test -f ${PWD}/${base}_4_1.pid && 119 [ -f ${PWD}/${base}_4_1.pid ] && kill "$(cat ${PWD}/${base}_4_1.pid)" [all …]
|
| /freebsd-13.1/bin/sh/tests/builtins/ |
| H A D | cd7.0 | 5 [ "$PWD" = /usr/bin ] 8 [ "$PWD" = /usr/bin ] 10 [ "$PWD" = /usr/bin ] 12 [ "$PWD" = /usr ] 15 [ "$PWD" = /usr ]
|
| H A D | cd6.0 | 5 d=$PWD 8 [ "$d" = "$PWD" ] 10 [ "$d" = "$PWD" ]
|
| H A D | cd3.0 | 9 [ "$PWD" = / ] 13 [ "$PWD" = / ]
|
| H A D | cd1.0 | 12 [ "$PWD" = "$P" ] 15 [ "$PWD" = "$P" ]
|
| /freebsd-13.1/bin/sh/tests/parameters/ |
| H A D | pwd1.0 | 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))
|
| H A D | pwd2.0 | 2 # Check that PWD is exported and accepted from the environment. 12 [ "$PWD" = "$TP/link" ] 20 [ "$PWD" = "$TP/test1" ]
|
| /freebsd-13.1/bin/ls/tests/ |
| H A D | ls_tests.sh | 125 WITH_A=$PWD/../with_A.out 210 WITH_C=$PWD/../with_C.out 298 WITH_I=$PWD/../with_I.out 353 WITH_R=$PWD/../with_R.out 391 WITH_S=$PWD/../with_S.out 449 WITH_a=$PWD/../with_a.out 490 output=$PWD/../output 494 for path in . $PWD a; do 510 output=$PWD/../output 666 output=$PWD/../output [all …]
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/snapshot/ |
| H A D | snapshot_017_pos.ksh | 82 DIR=$PWD 123 log_note "Working dir is $PWD" 131 log_note "Working dir is $PWD" 139 log_note "Working dir is $PWD" 147 SAVED_DIR=$PWD
|
| H A D | snapshot_002_pos.ksh | 104 CWD=$PWD 116 CWD=$PWD 124 CWD=$PWD
|
| H A D | snapshot_006_pos.ksh | 102 CWD=$PWD 114 CWD=$PWD 122 CWD=$PWD
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/cli_root/zpool_replace/ |
| H A D | zpool_replace_002_neg.ksh | 37 log_must $ZPOOL create $TESTPOOL $PWD/bigfile 38 log_mustnot $ZPOOL replace $TESTPOOL $PWD/bigfile $PWD/smallfile
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/ |
| H A D | snapshot_017_pos.ksh | 69 DIR=$PWD 110 log_note "Working dir is $PWD" 118 log_note "Working dir is $PWD" 126 log_note "Working dir is $PWD" 134 SAVED_DIR=$PWD
|
| H A D | snapshot_002_pos.ksh | 95 CWD=$PWD 107 CWD=$PWD 115 CWD=$PWD
|
| H A D | snapshot_006_pos.ksh | 93 CWD=$PWD 105 CWD=$PWD 113 CWD=$PWD
|
| /freebsd-13.1/usr.bin/xinstall/tests/ |
| H A D | install_test.sh | 196 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-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/migration/ |
| H A D | migration.kshlib | 54 cwd=$PWD 95 cwd=$PWD 129 cwd=$PWD
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/migration/ |
| H A D | migration.kshlib | 53 cwd=$PWD 94 cwd=$PWD 128 cwd=$PWD
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
| H A D | ar_to_bc.sh | 12 [[ $AR == /* ]] || AR=$PWD/$AR 13 [[ $LINK == /* ]] || LINK=$PWD/$LINK
|
| /freebsd-13.1/contrib/netbsd-tests/bin/sh/dotcmd/ |
| H A D | scoped_command | 46 ./*) TEST_SH="${PWD}${1#.}${2+ }$2";; 47 */*) TEST_SH="${PWD}/$1${2+ }$2";;
|
| /freebsd-13.1/crypto/openssh/regress/ |
| H A D | putty-transfer.sh | 29 env HOME=$PWD ${PLINK} -load compression_$c -batch \ 40 env HOME=$PWD ${PLINK} -load compression_$c \
|
| /freebsd-13.1/lib/libsecureboot/ |
| H A D | README.rst | 36 GNUPGHOME=$PWD/.gnupg gpg --openpgp \ 39 The use of ``GNUPGHOME=$PWD/.gnupg`` just avoids messing with personal 43 GNUPGHOME=$PWD/.gnupg gpg --openpgp --list-keys 60 GNUPGHOME=$PWD/.gnupg gpg --openpgp \ 62 GNUPGHOME=$PWD/.gnupg gpg --openpgp \
|
| /freebsd-13.1/sys/contrib/openzfs/module/ |
| H A D | Makefile.in | 57 M="$$PWD" @KERNEL_MAKE@ CONFIG_ZFS=m modules 70 @CONFIG_KERNEL_TRUE@ $(MAKE) -C @LINUX_OBJ@ M="$$PWD" @KERNEL_MAKE@ clean 82 $(MAKE) -C @LINUX_OBJ@ M="$$PWD" modules_install \
|
| /freebsd-13.1/contrib/expat/tests/ |
| H A D | xmltest.sh | 57 OUTPUT="$PWD/tests/out/" 58 TS="$PWD/tests/"
|