svn commit: trunk/busybox/testsuite

vda at busybox.net vda at busybox.net
Mon Apr 14 19:56:46 UTC 2008


Author: vda
Date: 2008-04-14 12:56:46 -0700 (Mon, 14 Apr 2008)
New Revision: 21734

Log:
od: fix testsuite



Modified:
   trunk/busybox/testsuite/od.tests


Changeset:
Modified: trunk/busybox/testsuite/od.tests
===================================================================
--- trunk/busybox/testsuite/od.tests	2008-04-14 19:50:06 UTC (rev 21733)
+++ trunk/busybox/testsuite/od.tests	2008-04-14 19:56:46 UTC (rev 21734)
@@ -7,9 +7,9 @@
 # testing "test name" "options" "expected result" "file input" "stdin"
 
 testing "od -b" \
-	"echo HELLO | od -b" \
+	"od -b" \
 "\
-0000000 110 105 114 114 117 012
+0000000 110 105 114 114 117
 0000006
 " \
 	"" "HELLO"




More information about the busybox-cvs mailing list