Bruno Haible via GNU coreutils General Discussion <[email protected]>
writes:

> Yesterday's CI run shows that the changes to the csplit test lead
> to a test failure on NetBSD 10:
>
>
> FAIL: tests/csplit/csplit
> =========================
>
> --- exp-out   2026-06-29 20:42:26.832281405 +0000
> +++ out       2026-06-29 20:42:26.836552016 +0000
> @@ -1 +1 @@
> -0
> +512
> --- exp-err   2026-06-29 20:42:26.833195979 +0000
> +++ err       2026-06-29 20:42:26.836550048 +0000
> @@ -1 +1 @@
> -csplit: read error: Is a directory
> +csplit: '/^a/': match not found
> diff -u /dev/null xx00
> --- /dev/null 1970-01-01
> +++ xx00      1970-01-01
> +
> �
> +++ out       2026-06-29 20:42:26.840824025 +0000
> @@ -1 +1 @@
> -0
> +512
> --- exp-err   2026-06-29 20:42:26.833195979 +0000
> +++ err       2026-06-29 20:42:26.840822503 +0000
> @@ -1 +1 @@
> -csplit: read error: Is a directory
> +csplit: '/^a/': match not found
> FAIL tests/csplit/csplit.sh (exit status: 1)

Interesting. I will take a look at this later today, thanks.

I thought it would be unproblematic since we check for read errors using
the current working directory in tests/misc/misc/read-errors.sh.

Collin

Reply via email to