remove ceph code
[stor4nfv.git] / src / ceph / qa / workunits / rename / pri_nul.sh
diff --git a/src/ceph/qa/workunits/rename/pri_nul.sh b/src/ceph/qa/workunits/rename/pri_nul.sh
deleted file mode 100755 (executable)
index c40ec1d..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh -ex
-
-# srcdn=destdn
-touch ./a/file1
-mv ./a/file1 ./a/file1.renamed
-
-# different
-touch ./a/file2
-mv ./a/file2 ./b
-
-