test_suite: remove blank

This commit is contained in:
Frank Liepold 2014-03-04 07:39:13 +01:00 committed by Thomas Schoebel-Theuer
parent 7c8f6d320d
commit edf1ff403f

View File

@ -13,7 +13,7 @@ function marsview_get
lib_vmsg " result_line: ${result_line[*]}"
check_line=($(lib_remote_idfile $host marsadm view-1and1 $res \
2>$tmp_err | head -1)) || \
{ cat $tmp_err > &2; lib_exit 1; }
{ cat $tmp_err >&2; lib_exit 1; }
if [ -s $tmp_err ]; then
lib_vmsg " marsadm view-1and1 had errors:"
cat $tmp_err