From 9bad161c9bec93b7a5efde3ef6d1b832544c5373 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Wed, 28 Jan 2009 13:13:40 +0000 Subject: Follow naming convention for tst-regex2 input file. All others are .dat suffix. Signed-off-by: Carmelo Amoroso --- test/regex/tst-regex2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/regex/tst-regex2.c') diff --git a/test/regex/tst-regex2.c b/test/regex/tst-regex2.c index 2e2b85f62..2e3260a03 100644 --- a/test/regex/tst-regex2.c +++ b/test/regex/tst-regex2.c @@ -23,7 +23,7 @@ do_test(void) "((((((((((.?))))))))))Log\\.13" }; char *buf, *string; - const char *fname = "tst-regex2.data"; + const char *fname = "tst-regex2.dat"; struct stat st; unsigned len; int testno; -- cgit v1.2.3