2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-01 18:35:36 +00:00

Merge pull request #6791 from peterwywong/compare_2

Remove the RC checking for the file removal command.
This commit is contained in:
Mark Gurevich
2020-07-31 18:31:03 -04:00
committed by GitHub

View File

@ -13,5 +13,4 @@ cmd:cat /tmp/diff.list
check:rc==0
cmd:rm -fr /tmp/mn; rm -fr /tmp/cn; rm /tmp/mn.tar; rm /tmp/diff.list"
check:rc==0
end