From 5297a83b276f09de626d678d1fae80f5e76db08d Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 10 Sep 2002 20:59:03 +0000 Subject: Have the test driver check for the new format of the time skew error messages. --- tests/ChangeLog | 3 +++ tests/test_driver.pl | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/ChangeLog b/tests/ChangeLog index 64a8322..fd6ef2a 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,8 @@ 2002-09-10 Paul D. Smith + * test_driver.pl (compare_output): Match the new format for time + skew error messages. + * scripts/features/export: Created. Add tests for export/unexport capabilities, including exporting/unexporting expanded variables. diff --git a/tests/test_driver.pl b/tests/test_driver.pl index 38ee54a..a3d4d4e 100644 --- a/tests/test_driver.pl +++ b/tests/test_driver.pl @@ -588,8 +588,8 @@ sub compare_output # For make, get rid of any time skew error before comparing--too bad this # has to go into the "generic" driver code :-/ - $slurp =~ s/^.*modification time in the future.*\n//g; - $slurp =~ s/\n.*modification time in the future.*//g; + $slurp =~ s/^.*modification time .*in the future.*\n//g; + $slurp =~ s/\n.*modification time .*in the future.*//g; $slurp =~ s/^.*Clock skew detected.*\n//g; $slurp =~ s/\n.*Clock skew detected.*//g; -- cgit v1.2.3