From: Eryu Guan Date: Wed, 18 Mar 2015 03:57:33 +0000 (+1100) Subject: new: fix template for new case to use a single tab not four spaces X-Git-Tag: v2022.05.01~2927 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d3d25b0cd43cd2c7880afa9288e1b564e4bf87b3;p=xfstests-dev.git new: fix template for new case to use a single tab not four spaces So we have preferred code style for all new test cases. Signed-off-by: Eryu Guan Reviewed-by: Eric Sandeen Signed-off-by: Dave Chinner --- diff --git a/new b/new index 86f90756..d1f8939d 100755 --- a/new +++ b/new @@ -148,8 +148,8 @@ trap "_cleanup; exit \\\$status" 0 1 2 3 15 _cleanup() { - cd / - rm -f \$tmp.* + cd / + rm -f \$tmp.* } # get standard environment, filters and checks