]> git.proxmox.com Git - ceph.git/blob - ceph/qa/workunits/rename/pri_pri.sh
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / qa / workunits / rename / pri_pri.sh
1 #!/bin/sh -ex
2
3 # srcdn=destdn
4 touch ./a/file1
5 touch ./a/file2
6 mv ./a/file1 ./a/file2
7
8 # different (srcdn != destdn)
9 touch ./a/file3
10 touch ./b/file4
11 mv ./a/file3 ./b/file4
12