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/452186d9f391
branches: trunk
changeset: 818590:452186d9f391
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 c00c78efa797 -r 452186d9f391 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