aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2013-09-10 02:04:45 -0500
committerRob Landley <rob@landley.net>2013-09-10 02:04:45 -0500
commit9b9a1ef58763c9a6fc0cd23f125353716824b8bc (patch)
treea1d0cc5f6a2c4047f3f4d8449c28396792ec3beb /scripts
parente3e80849a6980f675289195225542c35154f756f (diff)
downloadtoybox-9b9a1ef58763c9a6fc0cd23f125353716824b8bc.tar.gz
First pass of cut cleanup, and make test script slightly happier with the concept of 80 character lines.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/test/cut.test11
1 files changed, 3 insertions, 8 deletions
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 <robinmittal.it@gmail.com> and Divya Kothari <divya.s.kothari@gmail.com> #
-# Copyright 2013 Kyungwan.Han <asura321@gmail.com> #
-# How to run - ./script/test.sh cut #
-#################################################################################################################
+# Copyright 2013 Robin Mittal <robinmittal.it@gmail.com>
+# Copyright 2013 Divya Kothari <divya.s.kothari@gmail.com>
+# Copyright 2013 Kyungwan.Han <asura321@gmail.com>
[ -f testing.sh ] && . testing.sh