poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: poke.cmd/file-mode.pk test failure


From: Bruno Haible
Subject: Re: poke.cmd/file-mode.pk test failure
Date: Sun, 23 Feb 2020 21:44:27 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-171-generic; KDE/5.18.0; x86_64; ; )

Hi José,

> I cannot reproduce the failure.

I can reproduce the failure, when 'poke' is run as root.

$ 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    r       0x00000000#b    /etc/passwd
(poke) 

$ 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?

Bruno

Attachment: 0001-Avoid-a-test-failure-when-running-the-test-suite-as-.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]