Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/librumphijack explicitly set BLOCKSIZE so that we ...
details: https://anonhg.NetBSD.org/src/rev/3b03aea07048
branches: trunk
changeset: 762068:3b03aea07048
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Feb 14 19:56:30 2011 +0000
description:
explicitly set BLOCKSIZE so that we don't get fooled again
diffstat:
tests/lib/librumphijack/t_tcpip.sh | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 5e2aaf3e673a -r 3b03aea07048 tests/lib/librumphijack/t_tcpip.sh
--- a/tests/lib/librumphijack/t_tcpip.sh Mon Feb 14 19:54:29 2011 +0000
+++ b/tests/lib/librumphijack/t_tcpip.sh Mon Feb 14 19:56:30 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_tcpip.sh,v 1.3 2011/02/14 19:54:29 pooka Exp $
+# $NetBSD: t_tcpip.sh,v 1.4 2011/02/14 19:56:30 pooka Exp $
#
# Copyright (c) 2011 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -134,8 +134,10 @@
atf_check -s exit:0 -o save:ssh.out \
env LD_PRELOAD=/usr/lib/librumphijack.so \
- ssh -T -F ssh_config 127.0.0.1 ls -li $(pwd)/testdir
- atf_check -s exit:0 -o file:ssh.out ls -li $(pwd)/testdir
+ ssh -T -F ssh_config 127.0.0.1 env BLOCKSIZE=512 \
+ ls -li $(pwd)/testdir
+ atf_check -s exit:0 -o file:ssh.out env BLOCKSIZE=512 \
+ ls -li $(pwd)/testdir
}
ssh_cleanup()
Home |
Main Index |
Thread Index |
Old Index