Module Name: src
Committed By: ozaki-r
Date: Thu Jun 1 03:51:47 UTC 2017
Modified Files:
src/tests/net/ipsec: t_ipsec_misc.sh
Log Message:
Remove a unused local variable
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/net/ipsec/t_ipsec_misc.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/ipsec/t_ipsec_misc.sh
diff -u src/tests/net/ipsec/t_ipsec_misc.sh:1.4 src/tests/net/ipsec/t_ipsec_misc.sh:1.5
--- src/tests/net/ipsec/t_ipsec_misc.sh:1.4 Wed May 24 09:34:48 2017
+++ src/tests/net/ipsec/t_ipsec_misc.sh Thu Jun 1 03:51:47 2017
@@ -1,4 +1,4 @@
-# $NetBSD: t_ipsec_misc.sh,v 1.4 2017/05/24 09:34:48 ozaki-r Exp $
+# $NetBSD: t_ipsec_misc.sh,v 1.5 2017/06/01 03:51:47 ozaki-r Exp $
#
# Copyright (c) 2017 Internet Initiative Japan Inc.
# All rights reserved.
@@ -167,7 +167,6 @@ test_ipsec6_lifetime()
local algo=$2
local ip_local=fd00::1
local ip_peer=fd00::2
- local tmpfile=./tmp
local outfile=./out
local proto_cap=$(echo $proto | tr 'a-z' 'A-Z')
local algo_args="$(generate_algo_args $proto $algo)"