diff options
| author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-01-28 13:13:40 +0000 | 
|---|---|---|
| committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-01-28 13:13:40 +0000 | 
| commit | 9bad161c9bec93b7a5efde3ef6d1b832544c5373 (patch) | |
| tree | 8620b77835f8d1c321f1a28a667b505f64ebdc40 /test/regex/tst-regex2.c | |
| parent | fd37d1975a957343a4b9f0c93fb98d6f91ca91cb (diff) | |
| download | uClibc-alpine-9bad161c9bec93b7a5efde3ef6d1b832544c5373.tar.bz2 uClibc-alpine-9bad161c9bec93b7a5efde3ef6d1b832544c5373.tar.xz  | |
Follow  naming convention for tst-regex2 input file. All others
are .dat suffix.
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'test/regex/tst-regex2.c')
| -rw-r--r-- | test/regex/tst-regex2.c | 2 | 
1 files changed, 1 insertions, 1 deletions
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;  | 
