diff options
| author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-01-28 13:13:59 +0000 |
|---|---|---|
| committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-01-28 13:13:59 +0000 |
| commit | ace5d669b2cc4908482ed0c788566eb7bbbb84dd (patch) | |
| tree | 6e39e1b11bd80568e90a796b59141320cfcfa426 /test/regex/tst-regex2.c | |
| parent | 52ed8db3ebed3b6934131406ab1e36f7ca72624e (diff) | |
| download | uClibc-alpine-ace5d669b2cc4908482ed0c788566eb7bbbb84dd.tar.bz2 uClibc-alpine-ace5d669b2cc4908482ed0c788566eb7bbbb84dd.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; |
