From 97ffa741b22f7f3ad200e8e4a113a772722acd82 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Sat, 7 Sep 2019 11:56:34 -0700 Subject: [PATCH] tst: volpath-test: fix silly mistake --- tst/winfsp-tests/volpath-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);