]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/workunits/objectstore/test_fuse.sh: use portable function decl
authorDan Mick <dan.mick@redhat.com>
Thu, 16 Feb 2017 01:21:01 +0000 (17:21 -0800)
committerKefu Chai <kchai@redhat.com>
Fri, 17 Feb 2017 03:18:20 +0000 (11:18 +0800)
commit6582f42dfd72d58bf0d8c21a7b107c53f695c9a0
tree78e77ea552c312edbe16497697c4ebc88591c1b4
parentce5d375e61ab4482648a6ad69010d79497fd27c4
qa/workunits/objectstore/test_fuse.sh: use portable function decl

function f() is illegal in strict POSIX shells, like dash, which is
the default /bin/sh on Ubuntu

Signed-off-by: Dan Mick <dan.mick@redhat.com>
qa/workunits/objectstore/test_fuse.sh