Module Name:    src
Committed By:   ozaki-r
Date:           Fri Feb 17 00:51:25 UTC 2017

Modified Files:
        src/tests/net/if_l2tp: t_l2tp.sh

Log Message:
Make test names self-descriptive


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/if_l2tp/t_l2tp.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/if_l2tp/t_l2tp.sh
diff -u src/tests/net/if_l2tp/t_l2tp.sh:1.1 src/tests/net/if_l2tp/t_l2tp.sh:1.2
--- src/tests/net/if_l2tp/t_l2tp.sh:1.1	Thu Feb 16 08:44:47 2017
+++ src/tests/net/if_l2tp/t_l2tp.sh	Fri Feb 17 00:51:25 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: t_l2tp.sh,v 1.1 2017/02/16 08:44:47 knakahara Exp $
+#	$NetBSD: t_l2tp.sh,v 1.2 2017/02/17 00:51:25 ozaki-r Exp $
 #
 # Copyright (c) 2017 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -401,7 +401,7 @@ add_test()
 	lan_mode=$3
 	wan_mode=$4
 
-	name="${category}${lan_mode}over${wan_mode}"
+	name="l2tp_${category}_${lan_mode}over${wan_mode}"
 	fulldesc="Does ${lan_mode} over ${wan_mode} if_l2tp ${desc}"
 
 	atf_test_case ${name} cleanup

Reply via email to