[BusyBox-cvs] busybox/testsuite/ls ls-1-works, NONE, 1.1 ls-h-works, NONE, 1.1 ls-l-works, NONE, 1.1 ls-s-works, NONE, 1.1
Erik Andersen
andersen at busybox.net
Tue Apr 6 11:10:10 UTC 2004
- Previous message: [BusyBox-cvs] busybox/testsuite/ln ln-creates-hard-links, NONE, 1.1 ln-creates-soft-links, NONE, 1.1 ln-force-creates-hard-links, NONE, 1.1 ln-force-creates-soft-links, NONE, 1.1 ln-preserves-hard-links, NONE, 1.1 ln-preserves-soft-links, NONE, 1.1
- Next message: [BusyBox-cvs] busybox/testsuite/mv mv-files-to-dir, NONE, 1.1 mv-follows-links, NONE, 1.1 mv-moves-empty-file, NONE, 1.1 mv-moves-hardlinks, NONE, 1.1 mv-moves-large-file, NONE, 1.1 mv-moves-small-file, NONE, 1.1 mv-moves-symlinks, NONE, 1.1 mv-moves-unreadable-files, NONE, 1.1 mv-preserves-hard-links, NONE, 1.1 mv-preserves-links, NONE, 1.1 mv-refuses-mv-dir-to-subdir, NONE, 1.1 mv-removes-source-file, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/busybox/testsuite/ls
In directory nail:/tmp/cvs-serv13250/testsuite/ls
Added Files:
ls-1-works ls-h-works ls-l-works ls-s-works
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
--- NEW FILE: ls-s-works ---
ls -1s .. > logfile.gnu
busybox ls -1s .. > logfile.bb
cmp logfile.gnu logfile.bb
--- NEW FILE: ls-h-works ---
ls -h .. > logfile.gnu
busybox ls -h .. > logfile.bb
cmp logfile.gnu logfile.bb
--- NEW FILE: ls-1-works ---
ls -1 .. > logfile.gnu
busybox ls -1 .. > logfile.bb
cmp logfile.gnu logfile.bb
--- NEW FILE: ls-l-works ---
ls -l .. > logfile.gnu
busybox ls -l .. > logfile.bb
cmp logfile.gnu logfile.bb
- Previous message: [BusyBox-cvs] busybox/testsuite/ln ln-creates-hard-links, NONE, 1.1 ln-creates-soft-links, NONE, 1.1 ln-force-creates-hard-links, NONE, 1.1 ln-force-creates-soft-links, NONE, 1.1 ln-preserves-hard-links, NONE, 1.1 ln-preserves-soft-links, NONE, 1.1
- Next message: [BusyBox-cvs] busybox/testsuite/mv mv-files-to-dir, NONE, 1.1 mv-follows-links, NONE, 1.1 mv-moves-empty-file, NONE, 1.1 mv-moves-hardlinks, NONE, 1.1 mv-moves-large-file, NONE, 1.1 mv-moves-small-file, NONE, 1.1 mv-moves-symlinks, NONE, 1.1 mv-moves-unreadable-files, NONE, 1.1 mv-preserves-hard-links, NONE, 1.1 mv-preserves-links, NONE, 1.1 mv-refuses-mv-dir-to-subdir, NONE, 1.1 mv-removes-source-file, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the busybox-cvs
mailing list