From: Sage Weil Date: Mon, 8 Jul 2013 16:56:29 +0000 (-0700) Subject: qa/workunits/fs/test_o_trunc.sh: fix .sh to match new bin location X-Git-Tag: v0.67-rc1~144 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=672f51be3ae1a40897d2fc3b6b28a2b7d0233165;p=ceph.git qa/workunits/fs/test_o_trunc.sh: fix .sh to match new bin location To match 83f308962c53eec10db9e496987a9e4be7c87e9b. Signed-off-by: Sage Weil --- diff --git a/qa/workunits/fs/test_o_trunc.sh b/qa/workunits/fs/test_o_trunc.sh index dda24d8d422..6a1adb549a9 100755 --- a/qa/workunits/fs/test_o_trunc.sh +++ b/qa/workunits/fs/test_o_trunc.sh @@ -1,6 +1,6 @@ #!/bin/sh -ex -../../fs/test_o_trunc trunc.foo 600 +./test_o_trunc trunc.foo 600 echo OK