From: David Abrahams (abrahams_at_[hidden])
Date: 2001-01-21 01:40:34


I've been running the regression tests on regex, and I notice that while the
test reports "Pass", it also reports "Error unable to open file:
regex/demo/regress/tests.txt".

It seems to me that there are two problems:
1. The test should find the input file it needs
2. The test shouldn't pass if it can't

-Dave