e2e-test: Add newline to “unknown test type argument” error

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2016-10-30 03:09:25 -04:00
committed by John Hood
parent 8a8f2b29ca
commit b76d1bd526
+1 -1
View File
@@ -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