Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/net/net Let ftp use a different output file from httpd...
details: https://anonhg.NetBSD.org/src/rev/cf72c67d765e
branches: trunk
changeset: 340755:cf72c67d765e
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Tue Sep 29 08:27:24 2015 +0000
description:
Let ftp use a different output file from httpd's one
Previously the target file served by httpd and the output file of ftp
were identical (both index.html) on the filesystem.
diffstat:
tests/net/net/t_forwarding.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5064b03a563a -r cf72c67d765e tests/net/net/t_forwarding.sh
--- a/tests/net/net/t_forwarding.sh Tue Sep 29 08:01:29 2015 +0000
+++ b/tests/net/net/t_forwarding.sh Tue Sep 29 08:27:24 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_forwarding.sh,v 1.8 2015/09/28 01:54:14 ozaki-r Exp $
+# $NetBSD: t_forwarding.sh,v 1.9 2015/09/29 08:27:24 ozaki-r Exp $
#
# Copyright (c) 2015 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -180,7 +180,7 @@
# get the webpage
atf_check -s exit:0 env LD_PRELOAD=/usr/lib/librumphijack.so \
- ftp -q $TIMEOUT http://$IP4DST/$HTML_FILE
+ ftp -q $TIMEOUT -o out http://$IP4DST/$HTML_FILE
}
test_setup()
Home |
Main Index |
Thread Index |
Old Index