index
:
coreutils
fiemap-copy
fiemap-copy-2
fiemap-copy-3
master
next
selinux
Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-23
Update all copyright notices to use the newer form.
Jim Meyering
337
-1691
/
+1018
2007-07-20
Document and add a test for today's sort bug fix.
Jim Meyering
1
-2
/
+6
2007-07-19
Fix a portability bug in the new ls-color test.
Jim Meyering
1
-3
/
+3
2007-07-19
"cp -i --update older newer" no longer prompts; same for mv
Jim Meyering
1
-6
/
+11
2007-07-15
ls --color: Don't stat symlinks when neither ORPHAN nor MISSING attribute has...
Jim Meyering
5
-13
/
+106
2007-07-11
If there's a GPL vN copyright comment, require that N == 3.
Jim Meyering
1
-1
/
+1
2007-07-10
Skip "arch" test if it's not built.
Jim Meyering
4
-6
/
+17
2007-07-10
New program: arch
Karel Zak
1
-0
/
+48
2007-07-10
Change "version 2" to "version 3" in all copyright notices.
Jim Meyering
334
-334
/
+334
2007-07-09
Fix the automatic number width formatting in seq.
P@draigBrady.com
1
-3
/
+9
2007-07-04
pr -F no longer suppresses the footer or the first two blank header lines
Paul Eggert
84
-551
/
+1617
2007-06-22
Add test cases for seq off-by-one problem.
Pádraig Brady
1
-1
/
+8
2007-06-18
A few more symlink-related fixes. Fix a bug triggered by cp
Paul Eggert
1
-1
/
+5
2007-06-15
Correct cp's handling of destination symlinks in some cases.
Paul Eggert
1
-9
/
+15
2007-06-10
bug-fix: cp would fail to write through a dangling symlink
Jim Meyering
2
-0
/
+55
2007-05-22
cut: diagnose a range starting with 0 (-f 0-2) as invalid, and
Jim Meyering
1
-6
/
+19
2007-05-22
"cut -f 2-0" now fails; before, it was equivalent to "cut -f 2-"
Jim Meyering
1
-1
/
+8
2007-05-22
stty: diagnose an invalid hex value in 35-colon commmand-line argument
Jim Meyering
2
-1
/
+65
2007-05-13
Remove the generated tests/*/Makefile.am files from version control.
Jim Meyering
11
-1003
/
+0
2007-05-13
Test uniq's new --zero-terminated (-z) option.
Jim Meyering
1
-3
/
+35
2007-05-04
Avoid test failure when run with an unusual umask.
Jim Meyering
1
-1
/
+4
2007-05-04
Avoid failure of root-only test when run with a restrictive umask.
Jim Meyering
1
-4
/
+6
2007-05-04
tr -c: don't abort when translating with S2 larger than complement of S1
Jim Meyering
2
-3
/
+5
2007-05-03
Avoid test failure when run with a permissive umask.
Jim Meyering
1
-2
/
+2
2007-05-02
Invoke rm via 'setuidgid ... env PATH="$PATH" ...', as in fail-eperm.
Jim Meyering
1
-3
/
+3
2007-04-24
* THANKS: Add Andreas Frische.
Jim Meyering
1
-0
/
+13
2007-04-12
split --line-bytes=N (-C N): don't create an empty file.
Paul Eggert
1
-1
/
+7
2007-04-07
Add a test for, and document, today's fix.
Jim Meyering
1
-2
/
+12
2007-04-02
* src/ls.c (print_horizontal): Fix bug reported by Mike Frysinger:
Paul Eggert
2
-1
/
+60
2007-03-29
* src/runcon.c (main): Don't reorder arguments. Reported by
Jim Meyering
2
-0
/
+58
2007-03-29
Arrange for "make check-root" to run the new root-only test.
Jim Meyering
2
-17
/
+23
2007-03-29
* src/runcon.c: New program.
Jim Meyering
1
-1
/
+2
2007-03-29
* tests/cp/cp-a-selinux: New file. Test for the bug reported in
Jim Meyering
5
-7
/
+117
2007-03-29
* tests/misc/selinux [VERBOSE]: Print version info for each
Jim Meyering
1
-0
/
+4
2007-03-29
ls: Add support for SELinux and a slightly modified -Z option.
Jim Meyering
15
-29
/
+208
2007-03-24
If strace malfunctions, skip the test rather than failing it.
Jim Meyering
1
-1
/
+7
2007-03-22
* tests/mv/hard-3: Correct the preceding change: $3 -> $2.
Jim Meyering
1
-3
/
+3
2007-03-22
Improve a test script.
Paul Eggert
1
-6
/
+6
2007-03-21
Fix a test script not to claim an ext2 file system is of type xfs.
Jim Meyering
1
-7
/
+5
2007-03-20
Skip part of this test when "." is not a local file system.
Jim Meyering
1
-3
/
+7
2007-03-20
Skip part of this test when "." is not a local file system.
Jim Meyering
1
-7
/
+11
2007-03-18
Fix a generic NFS-related test failure.
Jim Meyering
1
-2
/
+2
2007-03-18
Fix a bug in how pr -m -s works.
Jim Meyering
2
-0
/
+62
2007-03-17
* tests/misc/tty-eof: Add shuf to the list of tested commands.
Jim Meyering
1
-0
/
+1
2007-03-17
Avoid test failure on NFS-mounted Solaris ZFS file system.
Jim Meyering
1
-17
/
+21
2007-03-16
* src/copy.c: Include filemode.h.
Paul Eggert
1
-2
/
+2
2007-03-13
Work around a failing test due to an NFS-based race condition.
Jim Meyering
1
-1
/
+1
2007-03-10
The preceding change solved part of the problem. Now ginstall fails.
Jim Meyering
1
-1
/
+1
2007-03-10
* tests/install/basic-1: When setting up an unreadable "." in an
Jim Meyering
1
-3
/
+2
2007-03-09
* tests/chgrp/basic: Also avoid test failures on Darwin 8.8.x (MacOS X 10.4).
Jim Meyering
1
-4
/
+5
[next]