mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +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:
@ -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));
|
||||
|
Reference in New Issue
Block a user