Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / workunits / rename / pri_nul.sh
1 #!/bin/sh -ex
2
3 # srcdn=destdn
4 touch ./a/file1
5 mv ./a/file1 ./a/file1.renamed
6
7 # different
8 touch ./a/file2
9 mv ./a/file2 ./b
10
11