[BusyBox-cvs] busybox/testsuite/strings strings-works-like-GNU, 1.1, 1.2

Erik Andersen andersen at busybox.net
Tue Apr 6 11:10:20 UTC 2004


Update of /var/cvs/busybox/testsuite/strings
In directory nail:/tmp/cvs-serv13250/testsuite/strings

Modified Files:
	strings-works-like-GNU 
Log Message:
Kill off the old 'tests' stuff.  Write a ton of new tests for the
'testsuite' dir.  Fix a bunch of broken tests.  Fix the testsuite
'runtest' script so it actually reports all failures and provides
meaningful feedback.
 -Erik


Index: strings-works-like-GNU
===================================================================
RCS file: /var/cvs/busybox/testsuite/strings/strings-works-like-GNU,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/strings-works-like-GNU	13 Jan 2003 23:19:31 -0000	1.1
+++ b/strings-works-like-GNU	6 Apr 2004 11:10:17 -0000	1.2
@@ -1,8 +1,9 @@
 rm -f foo bar
 strings -af ../../busybox > foo
 busybox strings -af ../../busybox > bar
+set +e
 test ! -f foo -a -f bar
 if [ $? = 0 ] ; then
-    diff -q foo bar
-fi;
-
+	set -e
+	diff -q foo bar
+fi




More information about the busybox-cvs mailing list