1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-10-29 11:08:37 -05:00

tst: volpath-test: fix silly mistake

This commit is contained in:
Bill Zissimopoulos
2019-09-07 11:56:34 -07:00
parent 073645db3b
commit 97ffa741b2

View File

@@ -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);