From: Harald Hoyer Date: Fri, 16 Apr 2010 15:09:31 +0000 (+0200) Subject: test/MULTINIC: kill server after passing all tests X-Git-Tag: 006~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f4c066020263028643b905a7cd9ed129c69e788;p=thirdparty%2Fdracut.git test/MULTINIC: kill server after passing all tests --- diff --git a/test/TEST-50-MULTINIC/test.sh b/test/TEST-50-MULTINIC/test.sh index a97d9a3b7..083cf60b9 100755 --- a/test/TEST-50-MULTINIC/test.sh +++ b/test/TEST-50-MULTINIC/test.sh @@ -112,6 +112,9 @@ test_client() { 00 01 02 \ "root=dhcp ip=eth0:dhcp ip=eth1:dhcp ip=eth2:dhcp bootdev=eth2" \ "eth0 eth1 eth2" || return 1 + + kill_server + return 0 } test_setup() {