[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: poke.cmd/file-mode.pk test failure
|
From: |
Jose E. Marchesi |
|
Subject: |
Re: poke.cmd/file-mode.pk test failure |
|
Date: |
Tue, 25 Feb 2020 11:28:50 +0100 |
|
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
> $ sudo src/poke
>
> (poke) .file /etc/passwd
> The current IOS is now `/etc/passwd'.
> (poke) .file /dev/null
> The current IOS is now `/dev/null'.
> (poke) .info ios
> Id Mode Position Name
> * #1 rw 0x00000000#b /dev/null
> #0 rw 0x00000000#b /etc/passwd
>
> Does the attached proposed patch look OK to commit?
>
> Yes thats OK for master.
Pushed. With this, the continuous integration builds pass again:
https://gitlab.com/gnu-poke/ci-distcheck/pipelines
Thank you!