Message ID | 1426072534-12246-2-git-send-email-eguan@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 3/11/15 7:15 AM, Eryu Guan wrote: > So we have preferred code style for all new test cases. Sure, makes sense. Reviewed-by: Eric Sandeen <sandeen@redhat.com> > Signed-off-by: Eryu Guan <eguan@redhat.com> > --- > new | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/new b/new > index 86f9075..d1f8939 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 > -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/new b/new index 86f9075..d1f8939 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
So we have preferred code style for all new test cases. Signed-off-by: Eryu Guan <eguan@redhat.com> --- new | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)