diff options
Diffstat (limited to 'tests/ospf6d/test_lsdb.py')
| -rw-r--r-- | tests/ospf6d/test_lsdb.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ospf6d/test_lsdb.py b/tests/ospf6d/test_lsdb.py index 6a94395113..6ada617657 100644 --- a/tests/ospf6d/test_lsdb.py +++ b/tests/ospf6d/test_lsdb.py @@ -1,4 +1,5 @@ import frrtest + class TestLSDB(frrtest.TestRefOut): - program = './test_lsdb' + program = "./test_lsdb" |
