diff tests/test-freadseek.c @ 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 b06060465f09
children 5d9b82ca550a
line wrap: on
line diff
--- 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]);