Module Name:    src
Committed By:   ozaki-r
Date:           Wed Oct 19 00:19:13 UTC 2016

Modified Files:
        src/tests/net/if_pppoe: t_pppoe.sh

Log Message:
Make sure to run cleanup

Should fix "tests: did not complete" failures.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/net/if_pppoe/t_pppoe.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_pppoe/t_pppoe.sh
diff -u src/tests/net/if_pppoe/t_pppoe.sh:1.5 src/tests/net/if_pppoe/t_pppoe.sh:1.6
--- src/tests/net/if_pppoe/t_pppoe.sh:1.5	Tue Oct 18 04:10:24 2016
+++ src/tests/net/if_pppoe/t_pppoe.sh	Wed Oct 19 00:19:13 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: t_pppoe.sh,v 1.5 2016/10/18 04:10:24 ozaki-r Exp $
+#	$NetBSD: t_pppoe.sh,v 1.6 2016/10/19 00:19:13 ozaki-r Exp $
 #
 # Copyright (c) 2016 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -184,7 +184,7 @@ run_test()
 	unset RUMP_SERVER
 }
 
-atf_test_case pap cleanup
+atf_test_case pppoe_pap cleanup
 
 pppoe_pap_head()
 {
@@ -202,7 +202,7 @@ pppoe_pap_cleanup()
 	cleanup
 }
 
-atf_test_case chap cleanup
+atf_test_case pppoe_chap cleanup
 
 pppoe_chap_head()
 {

Reply via email to