Unbreak tests on desktop Linux

This commit is contained in:
Aaron Culliney 2016-07-22 20:54:21 -07:00
parent fc5734fedc
commit 19178b751c

View File

@ -140,7 +140,7 @@ int test_setup_boot_disk(const char *fileName, int readonly) {
const char **fmtPtr = &fmts[0];
unsigned int idx = 0;
while (*fmtPtr) {
const char *fmt = *fmtPtr;
const char *fmt = *fmtPtr++;
ASPRINTF(&paths[idx++], fmt, data_dir, "/", fileName);
}
} while (0);