diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2013-01-21 08:28:37 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-01-21 08:28:37 +0100 |
commit | 0cfba07fcd6e909b1a6113e2904da3a5f2d8349e (patch) | |
tree | a77bba0eae751a4d564efa30fc785b0db2e4fabd /testsuite/mkfs.minix.tests | |
parent | 4609f477c7e043a4f6147dfe6e86b775da2ef784 (diff) | |
download | busybox-w32-0cfba07fcd6e909b1a6113e2904da3a5f2d8349e.tar.gz busybox-w32-0cfba07fcd6e909b1a6113e2904da3a5f2d8349e.tar.bz2 busybox-w32-0cfba07fcd6e909b1a6113e2904da3a5f2d8349e.zip |
fix testsuite false positive
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/mkfs.minix.tests')
-rwxr-xr-x | testsuite/mkfs.minix.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/mkfs.minix.tests b/testsuite/mkfs.minix.tests index 7eecaf230..324eaafce 100755 --- a/testsuite/mkfs.minix.tests +++ b/testsuite/mkfs.minix.tests | |||
@@ -9,7 +9,7 @@ | |||
9 | # testing "test name" "options" "expected result" "file input" "stdin" | 9 | # testing "test name" "options" "expected result" "file input" "stdin" |
10 | 10 | ||
11 | # '\n' produces 10 on little endian, but not on big endian | 11 | # '\n' produces 10 on little endian, but not on big endian |
12 | cr=`echo | od -i | sed 's/.* //g;2d'` | 12 | cr=`echo | od -i | sed 's/ *$//g;s/.* //g;2d'` |
13 | if [ x"$cr" = x"10" ]; then | 13 | if [ x"$cr" = x"10" ]; then |
14 | hash=4f35f7afeba07d56055bed1f29ae20b7 | 14 | hash=4f35f7afeba07d56055bed1f29ae20b7 |
15 | else | 15 | else |