Home
last modified time | relevance | path

Searched refs:WORKDIR (Results 1 – 25 of 33) sorted by relevance

12

/illumos-gate/usr/src/test/util-tests/tests/awk/
H A Druntests.sh19 WORKDIR=$(mktemp -d /tmp/nawktest.XXXXXX)
68 export WORKDIR
71 mkdir -p $WORKDIR
106 $AWK -f $PROG > $WORKDIR/test.temp.out 2>&1 || \
107 echo EXIT CODE: $? >> $WORKDIR/test.temp.out
124 rm -f $WORKDIR/test.temp*
145 echo EXIT CODE: $? >> $WORKDIR/test.temp.out
147 $AWK -f $PROG > $WORKDIR/test.temp.out 2>&1 || \
148 echo EXIT CODE: $? >> $WORKDIR/test.temp.out
162 $script > $WORKDIR/test.temp.out 2>&1
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.-f-f3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
17 TEMP0=$WORKDIR/test.temp.0
18 TEMP1=$WORKDIR/test.temp.1
19 TEMP2=$WORKDIR/test.temp.2
20 TEMP3=$WORKDIR/test.temp.3
21 TEMP4=$WORKDIR/test.temp.4
22 TEMP5=$WORKDIR/test.temp.5
23 TEMP6=$WORKDIR/test.temp.6
H A DT.lilly3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
8 TEMP0=$WORKDIR/test.temp.0
9 TEMP1=$WORKDIR/test.temp.1
10 TEMP2=$WORKDIR/test.temp.2
11 TEMP3=$WORKDIR/test.temp.3
52 diff $TEMP1 lilly.ok > $WORKDIR/lilly.diff || fail 'bad: T.lilly is different'
H A DT.argv3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
8 TEMP0=$WORKDIR/test.temp.0
9 TEMP1=$WORKDIR/test.temp.1
10 TEMP2=$WORKDIR/test.temp.2
11 TEMP3=$WORKDIR/test.temp.3
12 TEMP4=$WORKDIR/test.temp.4
13 TEMP5=$WORKDIR/test.temp.5
H A DT.split3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
8 TEMP0=$WORKDIR/test.temp.0
9 TEMP1=$WORKDIR/test.temp.1
10 TEMP2=$WORKDIR/test.temp.2
192 rm -f $WORKDIR/test.temp*
207 rm -f $WORKDIR/test.temp*
H A DT.errmsg3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
8 TEMPLS=$WORKDIR/test.temp.ls
9 TEMPSH=$WORKDIR/test.temp.sh
10 TEMPOUT=$WORKDIR/test.temp.out
12 TEMP0=$WORKDIR/test.temp.0
13 TEMP1=$WORKDIR/test.temp.1
14 TEMP2=$WORKDIR/test.temp.2
H A DT.delete3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
8 TEMP0=$WORKDIR/test.temp.0
9 TEMP1=$WORKDIR/test.temp.1
10 TEMP2=$WORKDIR/test.temp.2
H A DT.builtin3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
8 TEMP0=$WORKDIR/test.temp.0
9 TEMP1=$WORKDIR/test.temp.1
10 TEMP2=$WORKDIR/test.temp.2
H A DT.close3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
8 TEMP0=$WORKDIR/test.temp.0
9 TEMP1=$WORKDIR/test.temp.1
10 TEMP2=$WORKDIR/test.temp.2
H A DT.latin13 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
8 TEMP0=$WORKDIR/test.temp.0
9 TEMP1=$WORKDIR/test.temp.1
10 TEMP2=$WORKDIR/test.temp.2
H A DT.overflow3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
8 TEMP0=$WORKDIR/test.temp.0
9 TEMP1=$WORKDIR/test.temp.1
10 TEMP2=$WORKDIR/test.temp.2
H A DT.recache3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
8 TEMP1=$WORKDIR/test.temp.1
9 TEMP2=$WORKDIR/test.temp.2
H A DT.exprconv3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
8 TEMP1=$WORKDIR/test.temp.1
9 TEMP2=$WORKDIR/test.temp.2
H A DT.system3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
8 TEMP1=$WORKDIR/test.temp.1
9 TEMP2=$WORKDIR/test.temp.2
H A DT.chem3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
10 TEMP1=$WORKDIR/test.temp.1
11 TEMP2=$WORKDIR/test.temp.2
H A DT.rt3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
8 TEMP0=$WORKDIR/test.temp.0
9 TEMP1=$WORKDIR/test.temp.1
10 TEMP2=$WORKDIR/test.temp.2
H A DT.main8 TEMP0=$WORKDIR/test.temp.0
9 TEMP1=$WORKDIR/test.temp.1
10 TEMP2=$WORKDIR/test.temp.2
H A DT.nextfile3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
8 TEMP0=$WORKDIR/test.temp.0
9 TEMP1=$WORKDIR/test.temp.1
H A DT.redir3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
8 TEMP1=$WORKDIR/test.temp.1
9 TEMP2=$WORKDIR/test.temp.2
H A DT.getline3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
8 TEMP1=$WORKDIR/test.temp.1
9 TEMP2=$WORKDIR/test.temp.2
H A DT.func3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
8 TEMP1=$WORKDIR/test.temp.1
9 TEMP2=$WORKDIR/test.temp.2
H A DT.gawk3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
8 TEMP0=$WORKDIR/test.temp.0
9 TEMP1=$WORKDIR/test.temp.1
10 TEMP2=$WORKDIR/test.temp.2
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dmessages.sh3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
8 TEMP1=$WORKDIR/test.temp.1
9 TEMP2=$WORKDIR/test.temp.2
10 TEMP3=$WORKDIR/test.temp.3
H A Dgetline2.sh3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
8 SCRIPT=$WORKDIR/test.temp.script
H A Dpoundbang.sh3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
8 SCRIPT=$WORKDIR/test.temp.run

12