Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-12-31 | . | Jim Meyering | |
2000-12-31 | sticky-check -> setgid-check | Jim Meyering | |
2000-12-31 | (TESTS): Add deref-slink. | Jim Meyering | |
2000-12-31 | New file. Test for the bug fixed by my 2000-12-28 change to copy.c. | Jim Meyering | |
2000-12-28 | Run sticky-check from just-created directory. | Jim Meyering | |
2000-12-27 | . | Jim Meyering | |
2000-12-26 | Disable the test if the working directory has the sticky bit set. | Jim Meyering | |
2000-11-06 | Move mkdir tests into ../mkdir. | Jim Meyering | |
2000-11-05 | *** empty log message *** | Jim Meyering | |
2000-11-05 | Add tests for the above fix. | Jim Meyering | |
2000-10-31 | use backticks and sed instead of set and shift | Jim Meyering | |
2000-10-31 | Add some permission tests. | Jim Meyering | |
2000-10-30 | . | Jim Meyering | |
2000-10-29 | Add a test. | Jim Meyering | |
2000-10-28 | Disable this test by default; it's expensive. | Jim Meyering | |
Mark this as an expensive test. | |||
2000-10-22 | Source lang-default rather than open-coding | Jim Meyering | |
the setting/exporting of LANG, LC_ALL, and LANGUAGE. | |||
2000-10-21 | (no commit message) | Jim Meyering | |
2000-10-21 | . | Jim Meyering | |
2000-10-16 | *** empty log message *** | Jim Meyering | |
2000-10-16 | *** empty log message *** | Jim Meyering | |
2000-09-25 | Don't use `diff -u'. It's not portable. | Jim Meyering | |
Run `diff -c' only if cmp finds a difference. | |||
2000-09-23 | adjust for change in behavior | Jim Meyering | |
2000-09-23 | . | Jim Meyering | |
2000-09-22 | *** empty log message *** | Jim Meyering | |
2000-09-22 | (TESTS): Add dir-rm-dest. | Jim Meyering | |
2000-09-20 | *** empty log message *** | Jim Meyering | |
2000-09-20 | *** empty log message *** | Jim Meyering | |
2000-09-20 | . | Jim Meyering | |
2000-09-10 | (LC_ALL): Set to `C' and export to ensure | Jim Meyering | |
that `ls' sorts the same way for everyone. Reported by Vin Shelton. | |||
2000-09-09 | *** empty log message *** | Jim Meyering | |
2000-09-09 | . | Jim Meyering | |
2000-09-09 | *** empty log message *** | Jim Meyering | |
2000-09-09 | *** empty log message *** | Jim Meyering | |
2000-09-09 | *** empty log message *** | Jim Meyering | |
2000-09-09 | *** empty log message *** | Jim Meyering | |
2000-09-09 | *** empty log message *** | Jim Meyering | |
2000-09-09 | (TESTS_ENVIRONMENT): Propagate $MAKE into environment, for special-bits. | Jim Meyering | |
2000-09-09 | *** empty log message *** | Jim Meyering | |
2000-09-09 | *** empty log message *** | Jim Meyering | |
2000-09-09 | *** empty log message *** | Jim Meyering | |
2000-09-09 | (TESTS): Add special-bits. | Jim Meyering | |
2000-09-05 | Redirect stdout to stderr before trying to | Jim Meyering | |
remove the temp directory. Otherwise, the `rm -rf' would get an error because the output file wouldn't be closed and the directory wouldn't be `empty'. | |||
2000-09-05 | Remove the `cp -bdl symlink foo' case. | Jim Meyering | |
since it's no longer portable (hard link to a symlink). | |||
2000-09-05 | Remove the `cp -dl sl1 sl2' case, | Jim Meyering | |
since it's no longer portable (hard link to a symlink). | |||
2000-09-04 | Add new tests using cp's --rem option. | Jim Meyering | |
Reflect the fact that cp's -f option no longer causes cp to remove the destination file before trying to open it. Reflect the fact that `cp -bdl' now makes a backup when copying a symlink onto the file it points to (FIXME: look into this, and why cp -bl does *not* do so). | |||
2000-08-23 | use better trap | Jim Meyering | |
2000-08-21 | Clean up traps. Create files in a subdir. | Jim Meyering | |
2000-08-21 | remove `dir' in trap, too | Jim Meyering | |
2000-08-21 | use better trap | Jim Meyering | |
2000-08-20 | (TESTS): Add cp-HL. | Jim Meyering | |