diff options
Diffstat (limited to 'bin/tests/system/timeouts/setup.sh')
-rw-r--r-- | bin/tests/system/timeouts/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tests/system/timeouts/setup.sh b/bin/tests/system/timeouts/setup.sh index 65bb057..bb1a49a 100644 --- a/bin/tests/system/timeouts/setup.sh +++ b/bin/tests/system/timeouts/setup.sh @@ -28,4 +28,4 @@ print('') for a in range(150000): print('%s IN NS a' % (a)) - print('%s IN NS b' % (a))" > ns1/large.db + print('%s IN NS b' % (a))" >ns1/large.db |