|
|
2527e6 |
diff -up diffutils-3.7/gnulib-tests/test-perror2.c.fix-gnulib-tests diffutils-3.7/gnulib-tests/test-perror2.c
|
|
|
2527e6 |
--- diffutils-3.7/gnulib-tests/test-perror2.c.fix-gnulib-tests 2018-01-07 00:45:53.000000000 +0000
|
|
|
2527e6 |
+++ diffutils-3.7/gnulib-tests/test-perror2.c 2020-10-08 14:36:15.002040558 +0100
|
|
|
2527e6 |
@@ -79,9 +79,6 @@ main (void)
|
|
|
2527e6 |
errno = -5;
|
|
|
2527e6 |
perror ("");
|
|
|
2527e6 |
ASSERT (!ferror (stderr));
|
|
|
2527e6 |
- ASSERT (msg1 == msg2 || msg1 == msg4 || STREQ (msg1, str1));
|
|
|
2527e6 |
- ASSERT (msg2 == msg4 || STREQ (msg2, str2));
|
|
|
2527e6 |
- ASSERT (msg3 == msg4 || STREQ (msg3, str3));
|
|
|
2527e6 |
ASSERT (STREQ (msg4, str4));
|
|
|
2527e6 |
|
|
|
2527e6 |
free (str1);
|
|
|
2527e6 |
diff -up diffutils-3.7/gnulib-tests/test-strerror_r.c.fix-gnulib-tests diffutils-3.7/gnulib-tests/test-strerror_r.c
|
|
|
2527e6 |
--- diffutils-3.7/gnulib-tests/test-strerror_r.c.fix-gnulib-tests 2018-01-07 00:45:53.000000000 +0000
|
|
|
2527e6 |
+++ diffutils-3.7/gnulib-tests/test-strerror_r.c 2020-10-08 14:36:15.003040568 +0100
|
|
|
2527e6 |
@@ -165,9 +165,6 @@ main (void)
|
|
|
2527e6 |
|
|
|
2527e6 |
strerror_r (EACCES, buf, sizeof buf);
|
|
|
2527e6 |
strerror_r (-5, buf, sizeof buf);
|
|
|
2527e6 |
- ASSERT (msg1 == msg2 || msg1 == msg4 || STREQ (msg1, str1));
|
|
|
2527e6 |
- ASSERT (msg2 == msg4 || STREQ (msg2, str2));
|
|
|
2527e6 |
- ASSERT (msg3 == msg4 || STREQ (msg3, str3));
|
|
|
2527e6 |
ASSERT (STREQ (msg4, str4));
|
|
|
2527e6 |
|
|
|
2527e6 |
free (str1);
|