mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-28 23:34:53 +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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user