[BusyBox-cvs] busybox/testsuite/tar tar-extracts-multiple-files, 1.1, 1.2

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


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

Modified Files:
	tar-extracts-multiple-files 
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: tar-extracts-multiple-files
===================================================================
RCS file: /var/cvs/busybox/testsuite/tar/tar-extracts-multiple-files,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/tar-extracts-multiple-files	30 Oct 2001 23:11:10 -0000	1.1
+++ b/tar-extracts-multiple-files	6 Apr 2004 11:10:21 -0000	1.2
@@ -1,5 +1,6 @@
 touch foo bar
 tar cf foo.tar foo bar
 rm foo bar
-busybox tar xf foo.tar
+busybox tar -xf foo.tar
 test -f foo -a -f bar
+exit 99;




More information about the busybox-cvs mailing list