Commit d3fdc6b
Fix CLI test expectation for nonexistent command execution
- TestErrorHandling should not expect error for nonexistent commands
- The jail starts successfully, only the command inside fails (correct behavior)
- Command execution failure is logged but doesn't cause Run() to return error
- This aligns with expected behavior where jail infrastructure works properly
Co-authored-by: f0ssel <[email protected]>1 parent 3a7f08a commit d3fdc6b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
589 | 589 | | |
590 | 590 | | |
591 | 591 | | |
592 | | - | |
| 592 | + | |
593 | 593 | | |
594 | 594 | | |
595 | 595 | | |
| |||
0 commit comments