[BusyBox-cvs] busybox/testsuite/which which-uses-default-path, 1.2, 1.3

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


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

Modified Files:
	which-uses-default-path 
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: which-uses-default-path
===================================================================
RCS file: /var/cvs/busybox/testsuite/which/which-uses-default-path,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- a/which-uses-default-path	27 Mar 2002 23:19:17 -0000	1.2
+++ b/which-uses-default-path	6 Apr 2004 11:10:28 -0000	1.3
@@ -2,6 +2,3 @@
 SAVED_PATH=$PATH
 unset PATH
 $BUSYBOX which ls
-STATUS=$?
-export PATH=$SAVED_PATH
-return $STATUS




More information about the busybox-cvs mailing list