From 5a2b693c8cfcdb188eeaff860094d073149c3603 Mon Sep 17 00:00:00 2001 From: "kiko%async.com.br" <> Date: Mon, 29 Nov 2004 07:33:26 +0000 Subject: s/FEL/filterexceptions.pl -- fix this confusing error message once and for all. r=ssdbot --- t/008filter.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/008filter.t') diff --git a/t/008filter.t b/t/008filter.t index cc5c63f4b..531edf28e 100644 --- a/t/008filter.t +++ b/t/008filter.t @@ -137,7 +137,7 @@ foreach my $path (@Support::Templates::include_paths) { if (@notfound) { my $nflist = join("\n ", @notfound); - ok(0, "($lang/$flavor) $fullpath - FEL has extra members:\n $nflist\n" . + ok(0, "($lang/$flavor) $fullpath - filterexceptions.pl has extra members:\n $nflist\n" . "--WARNING"); } else { -- cgit v1.2.3-24-g4f1b