diff options
Diffstat (limited to 'tests/lib/test_ntop.py')
| -rw-r--r-- | tests/lib/test_ntop.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/lib/test_ntop.py b/tests/lib/test_ntop.py index 2526f53db5..69c4353620 100644 --- a/tests/lib/test_ntop.py +++ b/tests/lib/test_ntop.py @@ -1,6 +1,8 @@ import frrtest + class TestNtop(frrtest.TestMultiOut): - program = './test_ntop' + program = "./test_ntop" + TestNtop.exit_cleanly() |
