Home
last modified time | relevance | path

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

12345

/freebsd-13.1/bin/pkill/tests/
H A Dpgrep-j_test.sh46 "$(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 Dpkill-j_test.sh49 ! 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 Dcd7.05 [ "$PWD" = /usr/bin ]
8 [ "$PWD" = /usr/bin ]
10 [ "$PWD" = /usr/bin ]
12 [ "$PWD" = /usr ]
15 [ "$PWD" = /usr ]
H A Dcd6.05 d=$PWD
8 [ "$d" = "$PWD" ]
10 [ "$d" = "$PWD" ]
H A Dcd3.09 [ "$PWD" = / ]
13 [ "$PWD" = / ]
H A Dcd1.012 [ "$PWD" = "$P" ]
15 [ "$PWD" = "$P" ]
/freebsd-13.1/bin/sh/tests/parameters/
H A Dpwd1.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))
H A Dpwd2.02 # 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 Dls_tests.sh125 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 Dsnapshot_017_pos.ksh82 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 Dsnapshot_002_pos.ksh104 CWD=$PWD
116 CWD=$PWD
124 CWD=$PWD
H A Dsnapshot_006_pos.ksh102 CWD=$PWD
114 CWD=$PWD
122 CWD=$PWD
/freebsd-13.1/tests/sys/cddl/zfs/tests/cli_root/zpool_replace/
H A Dzpool_replace_002_neg.ksh37 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 Dsnapshot_017_pos.ksh69 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 Dsnapshot_002_pos.ksh95 CWD=$PWD
107 CWD=$PWD
115 CWD=$PWD
H A Dsnapshot_006_pos.ksh93 CWD=$PWD
105 CWD=$PWD
113 CWD=$PWD
/freebsd-13.1/usr.bin/xinstall/tests/
H A Dinstall_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-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/migration/
H A Dmigration.kshlib54 cwd=$PWD
95 cwd=$PWD
129 cwd=$PWD
/freebsd-13.1/tests/sys/cddl/zfs/tests/migration/
H A Dmigration.kshlib53 cwd=$PWD
94 cwd=$PWD
128 cwd=$PWD
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dar_to_bc.sh12 [[ $AR == /* ]] || AR=$PWD/$AR
13 [[ $LINK == /* ]] || LINK=$PWD/$LINK
/freebsd-13.1/contrib/netbsd-tests/bin/sh/dotcmd/
H A Dscoped_command46 ./*) TEST_SH="${PWD}${1#.}${2+ }$2";;
47 */*) TEST_SH="${PWD}/$1${2+ }$2";;
/freebsd-13.1/crypto/openssh/regress/
H A Dputty-transfer.sh29 env HOME=$PWD ${PLINK} -load compression_$c -batch \
40 env HOME=$PWD ${PLINK} -load compression_$c \
/freebsd-13.1/lib/libsecureboot/
H A DREADME.rst36 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 DMakefile.in57 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 Dxmltest.sh57 OUTPUT="$PWD/tests/out/"
58 TS="$PWD/tests/"

12345