summaryrefslogtreecommitdiffstats
path: root/test/space-in-work-dir.test
Commit message (Collapse)AuthorAgeFilesLines
* test/space-in-work-dir: Increase code path coverageJean Delvare2017-10-271-0/+5
| | | | | Increase the code path coverage of test case space-in-work-dir by running one command from a subdirectory.
* diff/refresh: Add missing quotes in basename callJean Delvare2017-05-021-0/+55
The basename call in function diff_file would fail if any component of the path has a space in its name. This fixes bug #50862: https://savannah.nongnu.org/bugs/?50862 Signed-off-by: Jean Delvare <jdelvare@suse.de>