aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-03-15 08:29:22 +0000
committerEric Andersen <andersen@codepoet.org>2004-03-15 08:29:22 +0000
commitc7bda1ce659294d6e22c06e087f6f265983c7578 (patch)
tree4c6d2217f4d8306c59cf1096f8664e1cfd167213 /tests
parent8854004b41065b3d081af7f3df13a100b0c8bfbe (diff)
downloadbusybox-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-xtests/multibuild.pl2
-rwxr-xr-xtests/tester.sh6
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)
90if [ ! -z "$SETUP" ] 90if [ ! -z "$SETUP" ]
91then 91then
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)
154if [ ! -z "$CLEANUP" ] 154if [ ! -z "$CLEANUP" ]
155then 155then
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