comparison 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
comparison
equal deleted inserted replaced
40222:9626783b417a 40223:84a15f7137a7
29 29
30 int 30 int
31 main (int argc, char **argv) 31 main (int argc, char **argv)
32 { 32 {
33 static const char stdin_contents[] = 33 static const char stdin_contents[] =
34 "#!/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"; 34 "#!/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";
35 int nbytes1 = atoi (argv[1]); 35 int nbytes1 = atoi (argv[1]);
36 int nbytes2 = atoi (argv[2]); 36 int nbytes2 = atoi (argv[2]);
37 int nbytes3 = atoi (argv[3]); 37 int nbytes3 = atoi (argv[3]);
38 int nbytes4 = atoi (argv[4]); 38 int nbytes4 = atoi (argv[4]);
39 int nbytes5 = atoi (argv[5]); 39 int nbytes5 = atoi (argv[5]);