mirror of
https://github.com/schoebel/mars
synced 2025-02-22 23:47:08 +00:00
test_suite: remove blank
This commit is contained in:
parent
7c8f6d320d
commit
edf1ff403f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user