diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-03-15 08:29:22 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-03-15 08:29:22 +0000 |
commit | c7bda1ce659294d6e22c06e087f6f265983c7578 (patch) | |
tree | 4c6d2217f4d8306c59cf1096f8664e1cfd167213 /tests | |
parent | 8854004b41065b3d081af7f3df13a100b0c8bfbe (diff) | |
download | busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.gz busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.bz2 busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.zip |
Remove trailing whitespace. Update copyright to include 2004.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/multibuild.pl | 2 | ||||
-rwxr-xr-x | tests/tester.sh | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/multibuild.pl b/tests/multibuild.pl index a3e49a625..301ed3500 100755 --- a/tests/multibuild.pl +++ b/tests/multibuild.pl | |||
@@ -6,7 +6,7 @@ | |||
6 | # flush out are those involving preprocessor instructions in | 6 | # flush out are those involving preprocessor instructions in |
7 | # utility.c. | 7 | # utility.c. |
8 | # | 8 | # |
9 | # TODO: some time it might be nice to list absolute and | 9 | # TODO: some time it might be nice to list absolute and |
10 | # differential object sizes for each option... | 10 | # differential object sizes for each option... |
11 | # | 11 | # |
12 | 12 | ||
diff --git a/tests/tester.sh b/tests/tester.sh index 09ba750ec..a17762f05 100755 --- a/tests/tester.sh +++ b/tests/tester.sh | |||
@@ -87,7 +87,7 @@ unalias -a # gets rid of aliases that might create different output | |||
87 | 87 | ||
88 | 88 | ||
89 | # do extra setup (if any) | 89 | # do extra setup (if any) |
90 | if [ ! -z "$SETUP" ] | 90 | if [ ! -z "$SETUP" ] |
91 | then | 91 | then |
92 | [ $DEBUG -ge 2 ] && echo "running setup commands in $SETUP" | 92 | [ $DEBUG -ge 2 ] && echo "running setup commands in $SETUP" |
93 | source $SETUP | 93 | source $SETUP |
@@ -136,7 +136,7 @@ do | |||
136 | if [ $? -eq 1 ] | 136 | if [ $? -eq 1 ] |
137 | then | 137 | then |
138 | [ $DEBUG -ge 1 ] && echo "FAILED: $line" | tee -a $LOGFILE | 138 | [ $DEBUG -ge 1 ] && echo "FAILED: $line" | tee -a $LOGFILE |
139 | diff -u $CONFIG_OUT $GNU_OUT >> $LOGFILE | 139 | diff -u $CONFIG_OUT $GNU_OUT >> $LOGFILE |
140 | fi | 140 | fi |
141 | fi | 141 | fi |
142 | fi | 142 | fi |
@@ -151,7 +151,7 @@ done | |||
151 | 151 | ||
152 | 152 | ||
153 | # do extra cleanup (if any) | 153 | # do extra cleanup (if any) |
154 | if [ ! -z "$CLEANUP" ] | 154 | if [ ! -z "$CLEANUP" ] |
155 | then | 155 | then |
156 | [ $DEBUG -ge 2 ] && echo "running cleanup commands in $CLEANUP" | 156 | [ $DEBUG -ge 2 ] && echo "running cleanup commands in $CLEANUP" |
157 | source $CLEANUP | 157 | source $CLEANUP |