mirror of
https://sourceware.org/git/glibc.git
synced 2025-05-30 04:04:54 +03:00
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".
This commit is contained in:
parent
136fa185fd
commit
b30082799d
@ -1,3 +1,10 @@
|
|||||||
|
2017-09-01 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* 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 <hongjiu.lu@intel.com>
|
2017-09-01 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* manual/contrib.texi: Credit Ulrich Drepper for the POSIX
|
* manual/contrib.texi: Credit Ulrich Drepper for the POSIX
|
||||||
|
@ -67,7 +67,7 @@ do_test (void)
|
|||||||
mtrace ();
|
mtrace ();
|
||||||
|
|
||||||
/* Make the content of the file available in memory. */
|
/* Make the content of the file available in memory. */
|
||||||
file = "../ChangeLog.8";
|
file = "../ChangeLog.old/ChangeLog.8";
|
||||||
fd = open (file, O_RDONLY);
|
fd = open (file, O_RDONLY);
|
||||||
if (fd == -1)
|
if (fd == -1)
|
||||||
error (EXIT_FAILURE, errno, "cannot open %s", basename (file));
|
error (EXIT_FAILURE, errno, "cannot open %s", basename (file));
|
||||||
|
@ -33,7 +33,7 @@ do_test (void)
|
|||||||
"((((((((((.?))))))))))((((((((((.?))))))))))((((((((((.?))))))))))"
|
"((((((((((.?))))))))))((((((((((.?))))))))))((((((((((.?))))))))))"
|
||||||
"((((((((((.?))))))))))Log\\.13" };
|
"((((((((((.?))))))))))Log\\.13" };
|
||||||
|
|
||||||
int fd = open ("../ChangeLog.14", O_RDONLY);
|
int fd = open ("../ChangeLog.old/ChangeLog.14", O_RDONLY);
|
||||||
if (fd < 0)
|
if (fd < 0)
|
||||||
{
|
{
|
||||||
printf ("Couldn't open ChangeLog.14: %m\n");
|
printf ("Couldn't open ChangeLog.14: %m\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user