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/tester.sh | |
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/tester.sh')
-rwxr-xr-x | tests/tester.sh | 6 |
1 files changed, 3 insertions, 3 deletions
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 |