From cffc7d4fc1c36169654f8447b23b3c5c43830eed Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 7 Apr 2020 21:55:53 +0000 Subject: tests: document run_mode=1 as not implemented It was implemented at some point, but it was more things to support and the worst of both worlds: both unrealistic compared to real-world use and slower than run_mode=2. Noticed while looking for speling erorrs. --- t/nntpd.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/nntpd.t') diff --git a/t/nntpd.t b/t/nntpd.t index 89085049..43b14d66 100644 --- a/t/nntpd.t +++ b/t/nntpd.t @@ -301,7 +301,7 @@ Date: Fri, 02 Oct 1993 00:00:00 +0000 is($? >> 8, 0, 'no errors'); } SKIP: { - if ($INC{'Search/Xapian.pm'} && ($ENV{TEST_RUN_MODE}//1)) { + if ($INC{'Search/Xapian.pm'} && ($ENV{TEST_RUN_MODE}//2)) { skip 'Search/Xapian.pm pre-loaded (by t/run.perl?)', 1; } my @of = `lsof -p $td->{pid} 2>/dev/null`; -- cgit v1.2.3-24-ge0c7