Skip to content

Commit

Permalink
tests: Exit test_busted fork after completing test.
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Greear <greearb@candelatech.com>
  • Loading branch information
greearb committed Jun 18, 2010
1 parent 1aff443 commit 4fd218d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xorp/bgp/harness/test_busted
Expand Up @@ -25,6 +25,7 @@ sub fork_sys {
if ($pid == 0) {
# child
system($cmd);
exit(0);
}
elsif ($pid > 0) {
# Parent.
Expand Down

0 comments on commit 4fd218d

Please sign in to comment.