Skip to content

Commit

Permalink
test: Use binary with symbols for OutDirectoryIsExecutable test
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKagstrom committed Mar 16, 2024
1 parent 17db4f0 commit 446c8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tools/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ def runTest(self):
class OutDirectoryIsExecutable(testbase.KcovTestCase):
def runTest(self):
self.setUp()
rv,o = self.do(testbase.kcov + " echo python -V")
rv,o = self.do(testbase.kcov + " python " + testbase.kcov)

assert rv == 0

0 comments on commit 446c8a4

Please sign in to comment.