From: Sage Weil Date: Fri, 5 Jul 2013 18:17:29 +0000 (-0700) Subject: qa: move test_o_trunc.sh into fs dir X-Git-Tag: v0.67-rc1~148 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=83f308962c53eec10db9e496987a9e4be7c87e9b;p=ceph.git qa: move test_o_trunc.sh into fs dir Signed-off-by: Sage Weil --- diff --git a/qa/workunits/fs/test_o_trunc.sh b/qa/workunits/fs/test_o_trunc.sh new file mode 100755 index 00000000000..dda24d8d422 --- /dev/null +++ b/qa/workunits/fs/test_o_trunc.sh @@ -0,0 +1,6 @@ +#!/bin/sh -ex + +../../fs/test_o_trunc trunc.foo 600 + +echo OK + diff --git a/qa/workunits/misc/test_o_trunc.sh b/qa/workunits/misc/test_o_trunc.sh deleted file mode 100755 index dda24d8d422..00000000000 --- a/qa/workunits/misc/test_o_trunc.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -ex - -../../fs/test_o_trunc trunc.foo 600 - -echo OK -