diff --git a/tst/winfsp-tests/volpath-test.c b/tst/winfsp-tests/volpath-test.c index a9c13bc7..e26603dc 100644 --- a/tst/winfsp-tests/volpath-test.c +++ b/tst/winfsp-tests/volpath-test.c @@ -90,7 +90,7 @@ static void volpath_test(void) * this test when using a non-MountManager mount point. */ if (!NtfsTests && !OptMountPoint) - TEST(volpath_test); + return; if (WinFspDiskTests) volpath_dotest(MemfsDisk, 0);