Skip to content

Commit 85ab929

Browse files
ryanbreenclaude
andcommitted
fix(telnetd): use ext2 path to load clean binary
Update init_shell's program registry to use /sbin/telnetd (ext2 path) instead of bare "telnetd" which fell back to stale test disk binary containing debug output. Also regenerated ext2.img with latest telnetd (no debug output). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 43e555a commit 85ab929

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

testdata/ext2.img

0 Bytes
Binary file not shown.

userspace/tests/init_shell.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ static PROGRAM_REGISTRY: &[ProgramEntry] = &[
579579
},
580580
ProgramEntry {
581581
name: "telnetd",
582-
binary_name: b"telnetd\0",
582+
binary_name: b"/sbin/telnetd\0",
583583
description: "Telnet server on port 2323",
584584
},
585585
// === PTY Test ===

0 commit comments

Comments
 (0)