| /freebsd-14.2/bin/pkill/tests/ |
| H A D | pgrep-j_test.sh | 45 "$(cat ${PWD}/${base}_1_2.pid)" | sort) 51 [ -f ${PWD}/${base}_1_1.pid ] && kill "$(cat ${PWD}/${base}_1_1.pid)" 52 [ -f ${PWD}/${base}_1_2.pid ] && kill "$(cat ${PWD}/${base}_1_2.pid)" 66 "$(cat ${PWD}/${base}_2_2.pid)" | sort) 72 [ -f ${PWD}/${base}_2_1.pid ] && kill "$(cat ${PWD}/${base}_2_1.pid)" 73 [ -f ${PWD}/${base}_2_2.pid ] && kill "$(cat ${PWD}/${base}_2_2.pid)" 88 [ -f ${PWD}/${base}_3_1.pid ] && kill "$(cat $PWD/${base}_3_1.pid)" 89 [ -f ${PWD}/${base}_3_2.pid ] && kill "$(cat $PWD/${base}_3_2.pid)" 106 "$(cat ${PWD}/${base}_4_2.pid)" | sort) 112 [ -f ${PWD}/${base}_4_1.pid ] && kill "$(cat ${PWD}/${base}_4_1.pid)" [all …]
|
| H A D | pkill-j_test.sh | 48 ! test -f "${PWD}/${base}_1_1.pid" && 54 [ -f ${PWD}/${base}_1_1.pid ] && kill "$(cat ${PWD}/${base}_1_1.pid)" 55 [ -f ${PWD}/${base}_1_2.pid ] && kill "$(cat ${PWD}/${base}_1_2.pid)" 70 ! test -f ${PWD}/${base}_2_1.pid && 76 [ -f ${PWD}/${base}_2_1.pid ] && kill "$(cat ${PWD}/${base}_2_1.pid)" 77 [ -f ${PWD}/${base}_2_2.pid ] && kill "$(cat ${PWD}/${base}_2_2.pid)" 87 [ ! -f ${PWD}/${base}_3_1.pid -a -f ${PWD}/${base}_3_2.pid ] ; then 90 ls ${PWD}/*.pid 112 ! test -f ${PWD}/${base}_4_1.pid && 118 [ -f ${PWD}/${base}_4_1.pid ] && kill "$(cat ${PWD}/${base}_4_1.pid)" [all …]
|
| /freebsd-14.2/libexec/nuageinit/tests/ |
| H A D | nuageinit.sh | 7 export NUAGE_FAKE_ROOTDIR="$PWD" 50 chmod 755 "${PWD}"/media/nuageinit/user-data 59 chmod 755 "${PWD}"/media/nuageinit/user_data 76 pwd_mkdb -d etc "${PWD}"/etc/master.passwd 111 atf_check -o file:expectedgroup cat "${PWD}"/etc/group 126 pwd_mkdb -d etc "${PWD}"/etc/master.passwd 166 atf_check -o file:network cat "${PWD}"/etc/rc.conf.d/network 167 atf_check -o file:routing cat "${PWD}"/etc/rc.conf.d/routing 203 pwd_mkdb -d etc "${PWD}"/etc/master.passwd 230 pwd_mkdb -d etc "${PWD}"/etc/master.passwd [all …]
|
| /freebsd-14.2/usr.bin/env/tests/ |
| H A D | env_test.sh | 87 env -P "${PWD}" 91 env -P "${PWD}" magic_words 103 atf_check -o match:"^${PWD}/magic=words$" \ 104 env "${PWD}/magic=words" 106 env -P "${PATH}:${PWD}" "magic=words" 108 env command "${PWD}/magic=words" 110 env PATH="${PATH}:${PWD}" command "magic=words" 121 atf_check -o inline:"${PWD}\n" \ 129 atf_check -o inline:"${PWD}/${subdir}\n" \
|
| /freebsd-14.2/tests/sys/netpfil/pf/ |
| H A D | ridentifier.sh | 48 jexec alcatraz /usr/sbin/inetd -p ${PWD}/inetd-alcatraz.pid $(atf_get_srcdir)/echo_inetd.conf 59 jexec alcatraz tcpdump --immediate-mode -n -e -i pflog0 > ${PWD}/tcpdump.log & 70 grep 'rule 1/0.*ridentifier 1234' ${PWD}/tcpdump.log 73 grep 'rule 0/0.*ridentifier' ${PWD}/tcpdump.log 80 jexec alcatraz tcpdump --immediate-mode -n -e -i pflog0 > ${PWD}/tcpdump.log & 90 cat ${PWD}/tcpdump.log 94 grep 'rule 2/0.*ridentifier 4321' ${PWD}/tcpdump.log
|
| H A D | syncookie.sh | 54 jexec alcatraz /usr/sbin/inetd -p ${PWD}/inetd-alcatraz.pid \ 84 rm -f ${PWD}/inetd-alcatraz.pid 103 jexec alcatraz /usr/sbin/inetd -p ${PWD}/inetd-alcatraz.pid \ 159 jexec srv /usr/sbin/inetd -p ${PWD}/inetd-alcatraz.pid \ 209 jexec srv /usr/sbin/inetd -p ${PWD}/inetd-alcatraz.pid \ 440 jexec alcatraz /usr/sbin/inetd -p ${PWD}/inetd-alcatraz.pid \
|
| /freebsd-14.2/bin/sh/tests/builtins/ |
| H A D | cd7.0 | 4 [ "$PWD" = /usr/bin ] 7 [ "$PWD" = /usr/bin ] 9 [ "$PWD" = /usr/bin ] 11 [ "$PWD" = /usr ] 14 [ "$PWD" = /usr ]
|
| H A D | cd6.0 | 4 d=$PWD 7 [ "$d" = "$PWD" ] 9 [ "$d" = "$PWD" ]
|
| /freebsd-14.2/bin/sh/tests/parameters/ |
| H A D | pwd1.0 | 1 # Check that bogus PWD values are not accepted from the environment. 5 [ "$(PWD=foo ${SH} -c 'pwd')" = / ] || : $((failures += 1)) 6 [ "$(PWD=/var/empty ${SH} -c 'pwd')" = / ] || : $((failures += 1)) 7 [ "$(PWD=/var/empty/foo ${SH} -c 'pwd')" = / ] || : $((failures += 1)) 8 [ "$(PWD=/bin/ls ${SH} -c 'pwd')" = / ] || : $((failures += 1))
|
| H A D | pwd2.0 | 1 # Check that PWD is exported and accepted from the environment. 11 [ "$PWD" = "$TP/link" ] 19 [ "$PWD" = "$TP/test1" ]
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | NOTES-NONSTOP.md | 217 ./Configure nonstop-nsx --prefix=${PWD} \ 218 --openssldir=${PWD}/ssl no-threads \ 220 ./Configure nonstop-nsx_g --prefix=${PWD} \ 221 --openssldir=${PWD}/ssl no-threads \ 230 --openssldir=${PWD}/ssl no-threads \ 236 --openssldir=${PWD}/ssl no-threads \ 240 --openssldir=${PWD}/ssl no-threads \ 243 --openssldir=${PWD}/ssl no-threads \ 252 --openssldir=${PWD}/ssl no-threads \ 255 --openssldir=${PWD}/ssl threads "-D_REENTRANT" [all …]
|
| /freebsd-14.2/usr.sbin/syslogd/tests/ |
| H A D | syslogd_test.sh | 17 readonly SYSLOGD_CONFIG="${PWD}/syslog.conf" 18 readonly SYSLOGD_LOCAL_SOCKET="${PWD}/log.sock" 19 readonly SYSLOGD_PIDFILE="${PWD}/syslogd.pid" 20 readonly SYSLOGD_LOCAL_PRIVSOCKET="${PWD}/logpriv.sock" 81 logfile="${PWD}/basic.log" 120 logfile="${PWD}/reload.log" 152 logfile="${PWD}/prog_filter.log" 189 logfile="${PWD}/host_filter.log" 226 logfile="${PWD}/prop_filter.log" 280 logfile="${PWD}/pipe_action.log" [all …]
|
| /freebsd-14.2/bin/ls/tests/ |
| H A D | ls_tests.sh | 124 WITH_A=$PWD/../with_A.out 209 WITH_C=$PWD/../with_C.out 297 WITH_I=$PWD/../with_I.out 352 WITH_R=$PWD/../with_R.out 390 WITH_S=$PWD/../with_S.out 448 WITH_a=$PWD/../with_a.out 489 output=$PWD/../output 493 for path in . $PWD a; do 509 output=$PWD/../output 666 output=$PWD/../output [all …]
|
| /freebsd-14.2/usr.bin/mktemp/tests/ |
| H A D | mktemp_test.sh | 32 tmpdir="$PWD" 44 tmpdir="$PWD/tmp_env" 47 pflag="$PWD/tmp_p" 79 tmpdir="$PWD" 100 tmpdir="$PWD" 115 tmpdir="$PWD"
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/snapshot/ |
| H A D | snapshot_017_pos.ksh | 80 DIR=$PWD 121 log_note "Working dir is $PWD" 129 log_note "Working dir is $PWD" 137 log_note "Working dir is $PWD" 145 SAVED_DIR=$PWD
|
| H A D | snapshot_002_pos.ksh | 102 CWD=$PWD 114 CWD=$PWD 122 CWD=$PWD
|
| H A D | snapshot_006_pos.ksh | 100 CWD=$PWD 112 CWD=$PWD 120 CWD=$PWD
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/cli_root/zpool_replace/ |
| H A D | zpool_replace_002_neg.ksh | 35 log_must $ZPOOL create $TESTPOOL $PWD/bigfile 36 log_mustnot $ZPOOL replace $TESTPOOL $PWD/bigfile $PWD/smallfile
|
| /freebsd-14.2/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_006_pos.ksh | 93 CWD=$PWD 105 CWD=$PWD 112 CWD=$PWD
|
| H A D | snapshot_002_pos.ksh | 84 CWD=$PWD 96 CWD=$PWD 103 CWD=$PWD
|
| /freebsd-14.2/crypto/openssl/test/recipes/95-test_external_gost_engine_data/ |
| H A D | gost_engine.sh | 15 PWD="$(pwd)" 41 echo " CWD: $PWD" 52 export OPENSSL_ENGINES="$PWD/bin"
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/migration/ |
| H A D | migration.kshlib | 53 cwd=$PWD 86 cwd=$PWD 110 cwd=$PWD
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/migration/ |
| H A D | migration.kshlib | 51 cwd=$PWD 92 cwd=$PWD 126 cwd=$PWD
|
| /freebsd-14.2/usr.bin/xinstall/tests/ |
| H A D | install_test.sh | 202 export STRIPBIN="$PWD/stripbin" 322 src_path_prefixed=$PWD/$src_path 323 dest_path=$PWD/copyf 343 src_path_prefixed=$PWD/$src_path 344 dest_path=$PWD/copyf 364 src_path_prefixed=$PWD/$src_path 365 dest_path=$PWD/a/b/c/copyf 397 src_path_prefixed=$PWD/$src_path 398 dest_path=$PWD/libexec/
|