2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

Remove trailing spaces in file xCAT-test/autotest/testcase/xdsh/cases0

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent b3ce020bad
commit 7e3247e54e

View File

@ -33,7 +33,7 @@ cmd: xdsh $$SN "echo 'test' > /var/xcat/syncfiles/xdsh_c.tmp"
check:rc==0
cmd: xdsh $$SN -c
check:rc==0
cmd:xdsh $$SN "ls -l /var/xcat/syncfiles"
cmd:xdsh $$SN "ls -l /var/xcat/syncfiles"
check:rc==0
check:output=~
end
@ -46,7 +46,7 @@ cmd: xdsh $$CN "echo 'test' > /var/xcat/node/syncfiles/xdsh_c.tmp"
check:rc==0
cmd: xdsh $$CN -c
check:rc==0
cmd:xdsh $$CN "ls -l /var/xcat/node"
cmd:xdsh $$CN "ls -l /var/xcat/node"
check:rc==0
check:output=~
end
@ -69,7 +69,7 @@ cmd:rm -r /tmp/xdsh_script.sh
check:rc==0
end
start:xdsh_E
start:xdsh_E
label:cn_os_ready,parallel_cmds
cmd:echo 'export DSH_FANOUT=8' > /tmp/xdsh.test
check:rc==0