--- hurdtest.c-ORIG 2016-02-11 09:27:57.422023914 +0100
+++ hurdtest.c 2016-02-11 09:28:29.781433313 +0100
@@ -10,7 +10,7 @@
struct stat st;
off_t cur_offset;
off_t end_offset;
- int fd = open ("/dev/zero", O_RDONLY);
+ int fd = open (file, O_RDONLY);
printf ("file=%s\n", file);
if (fd < 0)
return perror ("open"), 1;
@@ -58,7 +58,7 @@
main (int argc, char **argv)
{
static char dev_zero[] = "/dev/zero";
- static char dev_null[] = "/dev/zero";
+ static char dev_null[] = "/dev/null";
static char *dev_zero_argv[] = { dev_zero, dev_null, 0 };
char **av = argc == 1 ? dev_zero_argv : argv + 1;
while (*av)- bug#22624: [bug-coreutils] coreutils-8.25: big success,... Nelson H. F. Beebe
- bug#22624: [bug-coreutils] coreutils-8.25: big suc... Paul Eggert
- bug#22624: [bug-coreutils] coreutils-8.25: big... Bernhard Voelker
- bug#22624: [bug-coreutils] coreutils-8.25: big... Nelson H. F. Beebe
- bug#22624: [bug-coreutils] coreutils-8.25:... Paul Eggert
- bug#22624: [bug-coreutils] coreutils-8... Pádraig Brady
- bug#22624: [bug-coreutils] coreut... Paul Eggert
- bug#22624: [bug-coreutils] co... Pádraig Brady
- bug#22624: [bug-coreutils... Assaf Gordon
- bug#22624: [bug-coreutils] coreutils-8.25: big suc... Pádraig Brady
- bug#22624: [bug-coreutils] coreutils-8.25: big suc... Paul Eggert
