diff options
Diffstat (limited to 'testdata/pylib.tdir/pylib.test')
-rw-r--r-- | testdata/pylib.tdir/pylib.test | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/testdata/pylib.tdir/pylib.test b/testdata/pylib.tdir/pylib.test index 893aaf64f252..59f996459c17 100644 --- a/testdata/pylib.tdir/pylib.test +++ b/testdata/pylib.tdir/pylib.test @@ -42,30 +42,12 @@ else echo "Not OK (async resolve)" exit 1 fi -if grep "Ratelimit-fg-on: pass" outfile; then - : -else - echo "Not OK (ratelimit-fg-on)" - exit 1 -fi -if grep "Ratelimit-fg-off: \[.\?10.20.30.40.\?\]" outfile; then - : -else - echo "Not OK (ratelimit-fg-off)" - exit 1 -fi if grep "Ratelimit-bg-on: pass" outfile; then : else echo "Not OK (ratelimit-bg-on)" exit 1 fi -if grep "Ratelimit-bg-off: \[.\?10.20.30.40.\?\]" outfile; then - : -else - echo "Not OK (ratelimit-bg-off)" - exit 1 -fi echo "OK" |