Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | maint: remove explicit Files: tests/init.sh; depend on test-framework-sh | Jim Meyering | 2011-12-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | * modules/atexit-tests: Rather than listing tests/init.sh, now that there's a module for it, simply depend on that new module. * modules/closein-tests: Likewise. * modules/exclude-tests: Likewise. * modules/getcwd-tests: Likewise. * modules/perror-tests: Likewise. * modules/pread-tests: Likewise. * modules/pwrite-tests: Likewise. * modules/vc-list-files-tests: Likewise. * modules/verify-tests: Likewise. * modules/xalloc-die-tests: Likewise. * modules/xstrtoimax-tests: Likewise. * modules/xstrtol-tests: Likewise. * modules/xstrtoll-tests: Likewise. * modules/xstrtoumax-tests: Likewise. * modules/yesno-tests: Likewise. | ||||
* | test-pwrite: do not leave behind a test file named "out" | Jim Meyering | 2010-05-23 | 1 | -1/+2 |
| | | | | | | | | | Revert commit d8fa18472a54c1cb2674c296b3d82443f234d5f7. The trivial-looking use of init.sh is really necessary. It ensures that the temporary file, "out", is created in a temporary directory, and removed upon termination. * tests/test-pwrite.sh: Re-add file. * modules/pwrite-tests: Reference it. | ||||
* | Remove useless test-pwrite.sh file. | Peter O'Gorman | 2010-05-11 | 1 | -2/+1 |
| | |||||
* | Tests for module pwrite. | Peter O'Gorman | 2010-05-05 | 1 | -0/+14 |