From: H.J. Lu Date: Fri, 1 Sep 2017 17:20:49 +0000 (-0700) Subject: Update tst-regex.c/tst-regex2.c for old ChangeLog move X-Git-Tag: glibc-2.27~990 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b30082799dfcd55ccbffce1dd74179d02ee1f41c;p=thirdparty%2Fglibc.git Update tst-regex.c/tst-regex2.c for old ChangeLog move * posix/tst-regex.c (do_test): Replace "../ChangeLog.8" with "../ChangeLog.old/ChangeLog.8". * posix/tst-regex2.c (do_test): Replace "../ChangeLog.14" with "../ChangeLog.old/ChangeLog.14". --- diff --git a/ChangeLog b/ChangeLog index a142d385089..b06aeda7c76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2017-09-01 H.J. Lu + + * posix/tst-regex.c (do_test): Replace "../ChangeLog.8" with + "../ChangeLog.old/ChangeLog.8". + * posix/tst-regex2.c (do_test): Replace "../ChangeLog.14" with + "../ChangeLog.old/ChangeLog.14". + 2017-09-01 H.J. Lu * manual/contrib.texi: Credit Ulrich Drepper for the POSIX diff --git a/posix/tst-regex.c b/posix/tst-regex.c index df2c108be54..90a8ccb088f 100644 --- a/posix/tst-regex.c +++ b/posix/tst-regex.c @@ -67,7 +67,7 @@ do_test (void) mtrace (); /* Make the content of the file available in memory. */ - file = "../ChangeLog.8"; + file = "../ChangeLog.old/ChangeLog.8"; fd = open (file, O_RDONLY); if (fd == -1) error (EXIT_FAILURE, errno, "cannot open %s", basename (file)); diff --git a/posix/tst-regex2.c b/posix/tst-regex2.c index 0d82c2acddc..5e624cb5c2c 100644 --- a/posix/tst-regex2.c +++ b/posix/tst-regex2.c @@ -33,7 +33,7 @@ do_test (void) "((((((((((.?))))))))))((((((((((.?))))))))))((((((((((.?))))))))))" "((((((((((.?))))))))))Log\\.13" }; - int fd = open ("../ChangeLog.14", O_RDONLY); + int fd = open ("../ChangeLog.old/ChangeLog.14", O_RDONLY); if (fd < 0) { printf ("Couldn't open ChangeLog.14: %m\n");