mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Ensure mcc-cmd handles unquoted multi-token commands
This commit is contained in:
parent
e03b7de959
commit
afee31e918
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ session="wrapper-smoke"
|
|||
input_file="$(_mcc_session_input_file "$session")"
|
||||
rm -rf "$(_mcc_session_root "$session")"
|
||||
|
||||
mcc-cmd --session "$session" "debug state"
|
||||
mcc-cmd --session "$session" debug state
|
||||
input_contents="$(cat "$input_file")"
|
||||
assert_eq "debug state" "$input_contents" "session input command is intact"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue