Skip to content

scrrun/tests: Add drive_get_path test

Quinn Rafferty requested to merge ramleejo/wine:drive_get_path_test into master

The test gets each drive A-Z. For each sucessfully retrieved drive, it calls drive_get_path. The call should returns the drive's letter plus a colon (:). For example, calling with drive C will return "C:"

Wine-bug https://bugs.winehq.org/show_bug.cgi?id=57539

Merge request reports

Loading