diff --git a/appveyor.yml b/appveyor.yml index b456ab3..921c3d3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 {