Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/net/if_pppoe Make sure to run cleanup



details:   https://anonhg.NetBSD.org/src/rev/b97b6143e64e
branches:  trunk
changeset: 348448:b97b6143e64e
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Wed Oct 19 00:19:13 2016 +0000

description:
Make sure to run cleanup

Should fix "tests: did not complete" failures.

diffstat:

 tests/net/if_pppoe/t_pppoe.sh |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r afbd0012d0f0 -r b97b6143e64e tests/net/if_pppoe/t_pppoe.sh
--- a/tests/net/if_pppoe/t_pppoe.sh     Wed Oct 19 00:11:03 2016 +0000
+++ b/tests/net/if_pppoe/t_pppoe.sh     Wed Oct 19 00:19:13 2016 +0000
@@ -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 @@
        unset RUMP_SERVER
 }
 
-atf_test_case pap cleanup
+atf_test_case pppoe_pap cleanup
 
 pppoe_pap_head()
 {
@@ -202,7 +202,7 @@
        cleanup
 }
 
-atf_test_case chap cleanup
+atf_test_case pppoe_chap cleanup
 
 pppoe_chap_head()
 {



Home | Main Index | Thread Index | Old Index