remove ceph code
[stor4nfv.git] / src / ceph / qa / workunits / rename / pri_pri.sh
diff --git a/src/ceph/qa/workunits/rename/pri_pri.sh b/src/ceph/qa/workunits/rename/pri_pri.sh
deleted file mode 100755 (executable)
index b74985f..0000000
+++ /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
-