From 9b9a1ef58763c9a6fc0cd23f125353716824b8bc Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 10 Sep 2013 02:04:45 -0500 Subject: First pass of cut cleanup, and make test script slightly happier with the concept of 80 character lines. --- scripts/test/cut.test | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'scripts/test') diff --git a/scripts/test/cut.test b/scripts/test/cut.test index 0e436177..a0019527 100644 --- a/scripts/test/cut.test +++ b/scripts/test/cut.test @@ -1,13 +1,8 @@ #!/bin/bash -################################################################################################################# -# cut.test # -# This script is part of toybox test suite, for cut command # -# # -# Copyright 2013 Robin Mittal and Divya Kothari # -# Copyright 2013 Kyungwan.Han # -# How to run - ./script/test.sh cut # -################################################################################################################# +# Copyright 2013 Robin Mittal +# Copyright 2013 Divya Kothari +# Copyright 2013 Kyungwan.Han [ -f testing.sh ] && . testing.sh -- cgit v1.2.3