changeset 40223:84a15f7137a7

Fix another test failure introduced by the same commit.
author Bruno Haible <bruno@clisp.org>
date Sun, 10 Mar 2019 13:08:25 +0100
parents 9626783b417a
children 5d9b82ca550a
files ChangeLog tests/test-freadseek.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Mar 10 13:01:33 2019 +0100
+++ b/ChangeLog	Sun Mar 10 13:08:25 2019 +0100
@@ -4,6 +4,7 @@
 	* tests/*.sh: Invoke all test programs through ${CHECKER}.
 	* tests/*/*.sh: Likewise.
 	* tests/test-freadptr.c (main): Update accordingly.
+	* tests/test-freadseek.c (main): Likewise.
 
 2019-03-09  Bruno Haible  <bruno@clisp.org>
 
--- a/tests/test-freadseek.c	Sun Mar 10 13:01:33 2019 +0100
+++ b/tests/test-freadseek.c	Sun Mar 10 13:08:25 2019 +0100
@@ -31,7 +31,7 @@
 main (int argc, char **argv)
 {
   static const char stdin_contents[] =
-    "#!/bin/sh\n\n./test-freadseek${EXEEXT} 5 19 6 7 18 9 19 < \"$srcdir/test-freadseek.sh\" || exit 1\ncat \"$srcdir/test-freadseek.sh\" | ./test-freadseek${EXEEXT} 5 19 6 7 18 9 19 || exit 1\nexit 0\n";
+    "#!/bin/sh\n\n${CHECKER} ./test-freadseek${EXEEXT} 5 19 6 7 18 9 19 < \"$srcdir/test-freadseek.sh\" || exit 1\ncat \"$srcdir/test-freadseek.sh\" | ${CHECKER} ./test-freadseek${EXEEXT} 5 19 6 7 18 9 19 || exit 1\nexit 0\n";
   int nbytes1 = atoi (argv[1]);
   int nbytes2 = atoi (argv[2]);
   int nbytes3 = atoi (argv[3]);