If a variable is empty and there are not quotes around that variable used within a test command when the command undergoes expansion, which of the following is usually true?
Group of answer choices
The script will stop with a message indicating a line after where the test command has the empty variable
The script will complete with unexpected results
The script will complete as expected
The script will stop with a message indicating the line where the test command has the empty variable