summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2017-10-30 21:59:43 +0000
committerdjm <djm@openbsd.org>2017-10-30 21:59:43 +0000
commit95259e22265f8500b5a0fdc1e47a49d67e3c2b2c (patch)
tree8be4e826aba12e2ce3f23400e76ddaee379a72ec
parentsync (diff)
downloadwireguard-openbsd-95259e22265f8500b5a0fdc1e47a49d67e3c2b2c.tar.xz
wireguard-openbsd-95259e22265f8500b5a0fdc1e47a49d67e3c2b2c.zip
whitespace at EOL
-rw-r--r--regress/usr.bin/ssh/sftp.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/usr.bin/ssh/sftp.sh b/regress/usr.bin/ssh/sftp.sh
index 5cd286f84e7..50160aa0094 100644
--- a/regress/usr.bin/ssh/sftp.sh
+++ b/regress/usr.bin/ssh/sftp.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: sftp.sh,v 1.5 2013/05/17 10:28:11 dtucker Exp $
+# $OpenBSD: sftp.sh,v 1.6 2017/10/30 21:59:43 djm Exp $
# Placed in the Public Domain.
tid="basic sftp put/get"
@@ -19,10 +19,10 @@ EOF
r=$?
if [ $r -ne 0 ]; then
fail "sftp failed with $r"
- else
+ else
cmp $DATA ${COPY}.1 || fail "corrupted copy after get"
cmp $DATA ${COPY}.2 || fail "corrupted copy after put"
fi
done
done
-rm -f ${COPY}.1 ${COPY}.2
+rm -f ${COPY}.1 ${COPY}.2