]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/tests/lxc-test-snapdeps
configure.ac: add --enable-deprecated flag
[mirror_lxc.git] / src / tests / lxc-test-snapdeps
index 273ecc802aa18e6fad31203c8ea61acb99ff98c8..3f95bbaf76012dc5fccf3c2694d00b7a4f3f2bb1 100644 (file)
@@ -52,7 +52,7 @@ cleanup
 trap cleanup EXIT SIGHUP SIGINT SIGTERM
 
 lxc-create -t busybox -n snapdeptest
-lxc-clone -s -o snapdeptest -n snapdeptest1
+lxc-copy -s -n snapdeptest -N snapdeptest1
 fail=0
 lxc-destroy -n snapdeptest || fail=1
 if [ $fail -eq 0 ]; then
@@ -61,7 +61,7 @@ if [ $fail -eq 0 ]; then
 fi
 
 for i in `seq 2 20`; do
-       lxc-clone -s -o snapdeptest -n snapdeptest$i
+       lxc-copy -s -n snapdeptest -N snapdeptest$i
 done
 
 verify_deps 20