Appveyor fix

This commit is contained in:
Evan Miller
2020-08-13 06:44:00 -04:00
parent 3c6c8e07db
commit 2629ce5136

View File

@@ -39,7 +39,7 @@ test_script:
if ($env:TOOLCHAIN -eq "msys2")
{
$env:MSYSTEM="MINGW64"
C:\msys64\usr\bin\bash -l -c "cd /c/projects/mdbtools && ./src/odbc/mdb-count ./test/data/nwind.mdb Customers"
C:\msys64\usr\bin\bash -l -c "cd /c/projects/mdbtools && ./src/util/mdb-count ./test/data/nwind.mdb Customers"
}
else
{