]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update tst-regex.c/tst-regex2.c for old ChangeLog move
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 1 Sep 2017 17:20:49 +0000 (10:20 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 1 Sep 2017 17:20:49 +0000 (10:20 -0700)
* 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".

ChangeLog
posix/tst-regex.c
posix/tst-regex2.c

index a142d3850893c81a848e76fcbc8e18670f6dd654..b06aeda7c76fe4f02533336d98c99e8524cc2480 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * manual/contrib.texi: Credit Ulrich Drepper for the POSIX
index df2c108be54264a54378e024a0b9335bd5c99211..90a8ccb088fe9de72ebe0338ec576e9ed803cc59 100644 (file)
@@ -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));
index 0d82c2acddcfcd69e6f551d4cc4733ccac279e5e..5e624cb5c2c3e5b54540bd046d1dfc37ae68aa2e 100644 (file)
@@ -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");