diff options
Diffstat (limited to 'tests/lib/test_graph.py')
| -rw-r--r-- | tests/lib/test_graph.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/lib/test_graph.py b/tests/lib/test_graph.py index 697e56c149..b26986c83c 100644 --- a/tests/lib/test_graph.py +++ b/tests/lib/test_graph.py @@ -1,4 +1,5 @@ import frrtest + class TestGraph(frrtest.TestRefOut): - program = './test_graph' + program = "./test_graph" |
