diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-09-01 10:20:49 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-09-01 10:20:49 -0700 |
commit | b30082799dfcd55ccbffce1dd74179d02ee1f41c (patch) | |
tree | d6ecc0ba39a422ff02e389e29f041798f26a0824 /posix/tst-regex.c | |
parent | 136fa185fdb24a1a6e6fc94e8b84e8f95e510d93 (diff) | |
download | glibc-b30082799dfcd55ccbffce1dd74179d02ee1f41c.tar.gz |
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".
Diffstat (limited to 'posix/tst-regex.c')
-rw-r--r-- | posix/tst-regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/tst-regex.c b/posix/tst-regex.c index df2c108be5..90a8ccb088 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)); |