diff options
Diffstat (limited to 'regress/test-exec.sh')
-rw-r--r-- | regress/test-exec.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/test-exec.sh b/regress/test-exec.sh index 6e1c28c87..eee446264 100644 --- a/regress/test-exec.sh +++ b/regress/test-exec.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: test-exec.sh,v 1.45 2013/05/30 20:12:32 dtucker Exp $ | 1 | # $OpenBSD: test-exec.sh,v 1.46 2013/06/21 02:26:26 djm Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | #SUDO=sudo | 4 | #SUDO=sudo |
@@ -167,7 +167,8 @@ SSH="$SSHLOGWRAP" | |||
167 | # Some test data. We make a copy because some tests will overwrite it. | 167 | # Some test data. We make a copy because some tests will overwrite it. |
168 | # The tests may assume that $DATA exists and is writable and $COPY does | 168 | # The tests may assume that $DATA exists and is writable and $COPY does |
169 | # not exist. | 169 | # not exist. |
170 | DATA=$OBJ/data | 170 | DATANAME=data |
171 | DATA=$OBJ/${DATANAME} | ||
171 | cat $SSHD $SSHD $SSHD $SSHD >${DATA} | 172 | cat $SSHD $SSHD $SSHD $SSHD >${DATA} |
172 | chmod u+w ${DATA} | 173 | chmod u+w ${DATA} |
173 | COPY=$OBJ/copy | 174 | COPY=$OBJ/copy |