summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--regress/sftp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sftp.sh b/regress/sftp.sh
index 6ed4e9379..17a0a2b99 100644
--- a/regress/sftp.sh
+++ b/regress/sftp.sh
@@ -3,7 +3,7 @@
3 3
4tid="basic sftp put/get" 4tid="basic sftp put/get"
5 5
6DATA=/bin/ls{EXEEXT} 6DATA=/bin/ls${EXEEXT}
7COPY=${OBJ}/copy 7COPY=${OBJ}/copy
8 8
9BUFFERSIZE="5 1000 32000 64000" 9BUFFERSIZE="5 1000 32000 64000"