Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Return 77 from skipped tests. | Richard W.M. Jones | 2012-08-05 | 1 | -1/+1 |
| | | | | (cherry picked from commit fc86db3b3bcd884ee37cef79e22b0324df9fcae6) | ||||
* | fish: Rename tests and make test paths relative. | Richard W.M. Jones | 2012-03-12 | 1 | -1/+1 |
| | | | | | | | | | | When these tests were originally in the old regressions/ directory, they used to refer to guestfish via the path '../fish/guestfish'. Some of the tests were also called 'test-guestfish-*'. Now that the tests have been moved into the fish/ directory, neither of these things make sense. So change the relative path to './guestfish' and rename all 'test-guestfish-*' as 'test-*'. | ||||
* | fish: edit: Preserve permissions, UID, GID, SELinux context when editing ↵ | Richard W.M. Jones | 2012-02-10 | 1 | -1/+10 |
| | | | | files (RHBZ#788641). | ||||
* | fish: In edit command, upload to a new file. | Richard W.M. Jones | 2012-02-10 | 1 | -0/+51 |
If the upload fails, this means we don't leave a partially written file. Also add a test for the edit command. |