diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-07 23:08:26 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-07 23:08:26 +0000 |
commit | 36b7e28fa08b27ba43ed7a1618499525635e2612 (patch) | |
tree | b3b2fc9e4bded04a1d913563f50dacf1fabcd57f | |
parent | 673d4bbab6d6731a88611ff3174e199641389349 (diff) | |
download | busybox-w32-36b7e28fa08b27ba43ed7a1618499525635e2612.tar.gz busybox-w32-36b7e28fa08b27ba43ed7a1618499525635e2612.tar.bz2 busybox-w32-36b7e28fa08b27ba43ed7a1618499525635e2612.zip |
missed end-of-line
-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 83c365d75..486122174 100755 --- a/testsuite/bunzip2.tests +++ b/testsuite/bunzip2.tests | |||
@@ -81,4 +81,4 @@ expected="ok\n" | |||
81 | prep; check "$unpack: delete src" "${bb}$unpack t2.$ext; test ! -f t2.$ext && echo ok" | 81 | prep; check "$unpack: delete src" "${bb}$unpack t2.$ext; test ! -f t2.$ext && echo ok" |
82 | 82 | ||
83 | ) | 83 | ) |
84 | rm -rf testdir \ No newline at end of file | 84 | rm -rf testdir |