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 dc93e09 commit 9f72c2dCopy full SHA for 9f72c2d
opengrok-tools/src/test/python/test_command_sequence.py
@@ -134,7 +134,7 @@ def test_cleanup_exception():
134
# /bin/cat returns 2 on Solaris
135
@pytest.mark.skipif(not os.path.exists('/usr/bin/touch') or
136
not os.path.exists('/bin/cat') or
137
- not sys.platform != "sunos5",
+ sys.platform == "sunos5",
138
reason="requires Unix")
139
def test_cleanup():
140
with tempfile.TemporaryDirectory() as tmpdir:
0 commit comments