]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/encoding/readable.sh: use bash instead of sh 8891/head
authorKefu Chai <tchaikov@gmail.com>
Tue, 3 May 2016 03:56:22 +0000 (11:56 +0800)
committerKefu Chai <tchaikov@gmail.com>
Tue, 3 May 2016 04:06:48 +0000 (12:06 +0800)
commit1a55d2d114eece727b64db3e2771f9f1c334623a
tree53d515c86eb9a346f7457a61b4ec4e271732b19f
parent45b8f830c00021fef8580523b6e911e26583e214
test/encoding/readable.sh: use bash instead of sh

aside from the `source` statement, the readable.sh is POSIX shell
script. we can just "." the referenced helper script. but to be
consistent with other encoding/*.sh scripts, let's just change the
shebang line to "#!/bin/bash".

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
src/test/encoding/readable.sh