2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 10:06:39 +00:00

Change test case name

This commit is contained in:
GONG Jie 2017-04-24 14:48:19 +08:00
parent 95188a6856
commit 02c8a0d92c

View File

@ -1,4 +1,4 @@
start:xdcp_github_issue2637
start:xdcp_nonroot_user
cmd:useradd -m xyzzy
check:rc==0
cmd:( cd ~ && tar cf - .xcat .ssh ) | ( cd ~xyzzy && tar xf - )