]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test/encoding/readable.sh: no \t
authorSage Weil <sage@newdream.net>
Fri, 10 Feb 2012 01:20:18 +0000 (17:20 -0800)
committerSage Weil <sage@newdream.net>
Fri, 10 Feb 2012 01:20:18 +0000 (17:20 -0800)
Not sure why this sometimes works and sometimes doesn't.  Maybe it's a
bashism?

Signed-off-by: Sage Weil <sage@newdream.net>
src/test/encoding/readable.sh

index dd356dfac9c133cec67fe7d4482af4e1ddb35b80..4a442e91a2cd6af5f4cb931bd98fa401827bae9e 100755 (executable)
@@ -17,7 +17,7 @@ do
     do
        if ./ceph-dencoder type $type 2>/dev/null; then
 #          echo "type $type";
-           echo "\t$vdir/$type"
+           echo "        $vdir/$type"
            for f in `ls $vdir/$type`; do
 #              echo "\t$vdir/$type/$f"
                if ! ./ceph-dencoder type $type import $vdir/$type/$f decode dump_json > $tmp1; then