summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_multiview_topo1/peer3/exa-receive.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/bgp_multiview_topo1/peer3/exa-receive.py')
-rwxr-xr-xtests/topotests/bgp_multiview_topo1/peer3/exa-receive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/bgp_multiview_topo1/peer3/exa-receive.py b/tests/topotests/bgp_multiview_topo1/peer3/exa-receive.py
index 8e65f1ae9..5334ea536 100755
--- a/tests/topotests/bgp_multiview_topo1/peer3/exa-receive.py
+++ b/tests/topotests/bgp_multiview_topo1/peer3/exa-receive.py
@@ -13,7 +13,7 @@ peer = int(argv[1])
# When the parent dies we are seeing continual newlines, so we only access so many before stopping
counter = 0
-routesavefile = open('/tmp/peer%s-received' % peer, 'w')
+routesavefile = open('/tmp/peer%s-received.log' % peer, 'w')
while True:
try: