Module Name: src
Committed By: ozaki-r
Date: Tue Sep 29 08:27:24 UTC 2015
Modified Files:
src/tests/net/net: t_forwarding.sh
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/net/net/t_forwarding.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/net/net/t_forwarding.sh
diff -u src/tests/net/net/t_forwarding.sh:1.8 src/tests/net/net/t_forwarding.sh:1.9
--- src/tests/net/net/t_forwarding.sh:1.8 Mon Sep 28 01:54:14 2015
+++ src/tests/net/net/t_forwarding.sh Tue Sep 29 08:27:24 2015
@@ -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 @@ test_http_get()
# 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()