summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/workunits/rename/pri_nul.sh
blob: c40ec1d25db607da1f7eac7a7340da8a54edf615 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -ex

# srcdn=destdn
touch ./a/file1
mv ./a/file1 ./a/file1.renamed

# different
touch ./a/file2
mv ./a/file2 ./b