6 my @defined = grep { $ENV{$_} } qw/
8 DBICTEST_STORAGE_STRESS
10 DBICTEST_THREAD_STRESS
13 $SIG{ALRM} = sub { die "\n\nENVCHECK prompt timeout\n\n\n" };
16 'The following ENV variables used to control the test suite, '
17 .'but no longer do so, please remove them from your environment',
20 '(press Enter to continue)',