2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-14 18:30:23 +00:00

Fix a minor problem in the test case of updatenode

This commit is contained in:
GONG Jie
2016-11-08 15:13:54 +08:00
parent 092cf75d8b
commit 4f64a00b4b

View File

@ -9,7 +9,6 @@ cmd:updatenode $$CN -P blah >/tmp/updatenode.blah.out
check:rc==0
cmd:grep 'FOO BAR BAZ QUX' /tmp/updatenode.blah.out
check:rc==0
check:rc==0
cmd:rm -f /install/postscripts/blah /tmp/updatenode.blah.out
check:rc==0
end