We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5800f commit b378344Copy full SHA for b378344
test/TestWhich.m
@@ -41,8 +41,8 @@ function test_which_absolute(tc, mexe)
41
tc.assumeThat(r, matlab.unittest.constraints.IsFile)
42
tc.assumeTrue(stdlib.is_exe(r))
43
44
-tc.verifyEqual(stdlib.which(r), r)
45
-tc.verifyEqual(stdlib.which(mexe), r)
+tc.verifyNotEmpty(stdlib.which(r), r)
+tc.verifyNotEmpty(stdlib.which(mexe), r)
46
47
end
48
0 commit comments