summaryrefslogtreecommitdiff
path: root/regress/test-exec.sh
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-07-25 12:11:18 +1000
committerDamien Miller <djm@mindrot.org>2013-07-25 12:11:18 +1000
commitd1e26cf391de31128b4edde118bff5fed98a90ea (patch)
treec9db90de08dc58cd56d086038fa392bc2f039592 /regress/test-exec.sh
parent78d47b7c5b182e44552913de2b4b7e0363c8e3cc (diff)
- djm@cvs.openbsd.org 2013/06/21 02:26:26
[regress/sftp-cmds.sh regress/test-exec.sh] unbreak sftp-cmds for renamed test data (s/ls/data/)
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