summaryrefslogtreecommitdiff
path: root/tests/virscsidata/0-0-0-0
Commit message (Collapse)AuthorAgeFilesLines
* tests: Fix SCSI test data filenames for WindowsMatthias Bolte2014-03-294-0/+4
Windows doesn't allow : in filenames. Commit 6fdece9a332fc668a89bde96af94e7b7cbf6750d added files with a : in their names. This broke git operations on Windows as git is not able to create those files on clone or pull. Replace : with - in the offending filenames and adapt the test case. As the tested Linux specific code expects the files to exist with : in their path use symlinks to provide the name that way.