diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-03-20 11:30:28 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-03-20 11:30:28 +0000 |
commit | 9dbd94421304e4bfca9dfb4883a7299b3fb2fe27 (patch) | |
tree | 90608280101218f60c7d9181b913e92ba895799d /testsuite | |
parent | 87dd90aa8ab4c88d3dee025044a419d8f2f49cd7 (diff) | |
download | busybox-w32-9dbd94421304e4bfca9dfb4883a7299b3fb2fe27.tar.gz busybox-w32-9dbd94421304e4bfca9dfb4883a7299b3fb2fe27.tar.bz2 busybox-w32-9dbd94421304e4bfca9dfb4883a7299b3fb2fe27.zip |
fix accumulated whitespace and indentation damage
git-svn-id: svn://busybox.net/trunk/busybox@18176 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/bunzip2.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/bunzip2.tests b/testsuite/bunzip2.tests index 486122174..2b27dd56b 100755 --- a/testsuite/bunzip2.tests +++ b/testsuite/bunzip2.tests | |||
@@ -73,7 +73,7 @@ HELLO | |||
73 | prep; >t1; check "$unpack: already exists" "${bb}$unpack t1.$ext t2.$ext; echo \$?; cat t1 t2" | 73 | prep; >t1; check "$unpack: already exists" "${bb}$unpack t1.$ext t2.$ext; echo \$?; cat t1 t2" |
74 | 74 | ||
75 | 75 | ||
76 | # From old testsuite | 76 | # From old testsuite |
77 | expected="HELLO\n0\n" | 77 | expected="HELLO\n0\n" |
78 | prep; check "$unpack: stream unpack" "cat t1.$ext | ${bb}$unpack; echo $?" | 78 | prep; check "$unpack: stream unpack" "cat t1.$ext | ${bb}$unpack; echo $?" |
79 | 79 | ||