From 7479828e295ef8528f9cfd70c3dd202e7dc144c0 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 9 Feb 2012 17:20:18 -0800 Subject: [PATCH] test/encoding/readable.sh: no \t Not sure why this sometimes works and sometimes doesn't. Maybe it's a bashism? Signed-off-by: Sage Weil --- src/test/encoding/readable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/encoding/readable.sh b/src/test/encoding/readable.sh index dd356dfac9c13..4a442e91a2cd6 100755 --- a/src/test/encoding/readable.sh +++ b/src/test/encoding/readable.sh @@ -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 -- 2.39.5