summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/workunits/rename/pri_pri.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ceph/qa/workunits/rename/pri_pri.sh')
-rwxr-xr-xsrc/ceph/qa/workunits/rename/pri_pri.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/ceph/qa/workunits/rename/pri_pri.sh b/src/ceph/qa/workunits/rename/pri_pri.sh
deleted file mode 100755
index b74985f..0000000
--- a/src/ceph/qa/workunits/rename/pri_pri.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh -ex
-
-# srcdn=destdn
-touch ./a/file1
-touch ./a/file2
-mv ./a/file1 ./a/file2
-
-# different (srcdn != destdn)
-touch ./a/file3
-touch ./b/file4
-mv ./a/file3 ./b/file4
-