summaryrefslogtreecommitdiff
path: root/regress/test-exec.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regress/test-exec.sh')
-rw-r--r--regress/test-exec.sh5
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.
170DATA=$OBJ/data 170DATANAME=data
171DATA=$OBJ/${DATANAME}
171cat $SSHD $SSHD $SSHD $SSHD >${DATA} 172cat $SSHD $SSHD $SSHD $SSHD >${DATA}
172chmod u+w ${DATA} 173chmod u+w ${DATA}
173COPY=$OBJ/copy 174COPY=$OBJ/copy