summaryrefslogtreecommitdiff
path: root/testsuite/bunzip2.tests
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-03-20 11:30:28 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-03-20 11:30:28 +0000
commitc86e052b81210e762f8ca6b79cb46b8c4bdfbfe0 (patch)
tree90608280101218f60c7d9181b913e92ba895799d /testsuite/bunzip2.tests
parente84aeb5bcb1a8398fce53aad9c0072ad73a8b5c9 (diff)
downloadbusybox-w32-c86e052b81210e762f8ca6b79cb46b8c4bdfbfe0.tar.gz
busybox-w32-c86e052b81210e762f8ca6b79cb46b8c4bdfbfe0.tar.bz2
busybox-w32-c86e052b81210e762f8ca6b79cb46b8c4bdfbfe0.zip
fix accumulated whitespace and indentation damage
Diffstat (limited to 'testsuite/bunzip2.tests')
-rwxr-xr-xtestsuite/bunzip2.tests2
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
73prep; >t1; check "$unpack: already exists" "${bb}$unpack t1.$ext t2.$ext; echo \$?; cat t1 t2" 73prep; >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
77expected="HELLO\n0\n" 77expected="HELLO\n0\n"
78prep; check "$unpack: stream unpack" "cat t1.$ext | ${bb}$unpack; echo $?" 78prep; check "$unpack: stream unpack" "cat t1.$ext | ${bb}$unpack; echo $?"
79 79