[BusyBox-cvs] busybox/testsuite/pwd pwd-prints-working-directory, 1.1, 1.2

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


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

Modified Files:
	pwd-prints-working-directory 
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: pwd-prints-working-directory
===================================================================
RCS file: /var/cvs/busybox/testsuite/pwd/pwd-prints-working-directory,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/pwd-prints-working-directory	12 Nov 2001 18:42:57 -0000	1.1
+++ b/pwd-prints-working-directory	6 Apr 2004 11:10:11 -0000	1.2
@@ -1 +1 @@
-test `pwd` = `busybox pwd`
+test $(pwd) = $(busybox pwd)




More information about the busybox-cvs mailing list