]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: Rename a file for future clarity.
authorGreg Farnum <gregf@hq.newdream.net>
Thu, 19 Nov 2009 23:02:58 +0000 (15:02 -0800)
committerGreg Farnum <gregf@hq.newdream.net>
Wed, 2 Dec 2009 01:32:38 +0000 (17:32 -0800)
qa/runonceph.sh [deleted file]
qa/runoncfuse.sh [new file with mode: 0755]

diff --git a/qa/runonceph.sh b/qa/runonceph.sh
deleted file mode 100755 (executable)
index 15b38e9..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash -x
-
-mkdir -p testspace
-cfuse testspace -m $1
-
-./runallonce.sh testspace
\ No newline at end of file
diff --git a/qa/runoncfuse.sh b/qa/runoncfuse.sh
new file mode 100755 (executable)
index 0000000..15b38e9
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/bash -x
+
+mkdir -p testspace
+cfuse testspace -m $1
+
+./runallonce.sh testspace
\ No newline at end of file