e2e-test: Add newline to “unknown test type argument” error
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
committed by
John Hood
parent
8a8f2b29ca
commit
b76d1bd526
+1
-1
@@ -185,7 +185,7 @@ for i in $test_args; do
|
|||||||
MOSH_SERVER_ARGS=$("${test_script}" server-args)
|
MOSH_SERVER_ARGS=$("${test_script}" server-args)
|
||||||
export MOSH_SERVER_ARGS;;
|
export MOSH_SERVER_ARGS;;
|
||||||
*)
|
*)
|
||||||
error "unknown test type argument %s", "$i"
|
error 'unknown test type argument %s\n' "$i"
|
||||||
exit 99
|
exit 99
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user