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
No known key found for this signature in database
GPG Key ID: 3D4F95D52C7B3EA3

View File

@ -90,7 +90,7 @@ static void volpath_test(void)
* this test when using a non-MountManager mount point. * this test when using a non-MountManager mount point.
*/ */
if (!NtfsTests && !OptMountPoint) if (!NtfsTests && !OptMountPoint)
TEST(volpath_test); return;
if (WinFspDiskTests) if (WinFspDiskTests)
volpath_dotest(MemfsDisk, 0); volpath_dotest(MemfsDisk, 0);