tst: winfsp-tests: minor fix

This commit is contained in:
Bill Zissimopoulos 2016-10-25 12:52:06 -07:00
parent 728c1b3402
commit 8abadf94f3

View File

@ -320,7 +320,6 @@ int main(int argc, char *argv[])
OptMountPoint = OptMountPointBuf; OptMountPoint = OptMountPointBuf;
rmarg(argv, argc, argi); rmarg(argv, argc, argi);
NtfsTests = 0;
if (!(testalpha(OptMountPoint[0]) && if (!(testalpha(OptMountPoint[0]) &&
L':' == OptMountPoint[1] && L':' == OptMountPoint[1] &&
L'\0' == OptMountPoint[2])) L'\0' == OptMountPoint[2]))