linux-fix #159
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "linux-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@trinity: The
npc(1)
tests fail thusly:I do not understand this test, please help me out with this.
(This is on Artix Linux running the latest GNU coreutils)
@ -20,3 +20,3 @@
case "$$(uname)" in \
Linux) \
$(BIN)/dj -Hi /dev/zero -o /dev/full 2>&1 \
! $(BIN)/dj -Hi /dev/zero -o /dev/full 2>&1 \
Could you please explain this change?
Writing into
/dev/full
exits unsuccessfully because writing data to/dev/full
always fails and setserrno
toENOSPC
.@trinity verbally confirmed that it understood this change.
Indeed.
I haven't fully tested this on Linux but am confident it will work.
Merged.
Pull request closed