summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichael Abel <info@abel-ikt.de>2022-03-22 11:19:36 +0100
committerMichael Abel <info@abel-ikt.de>2022-04-06 11:14:29 +0200
commitc8b6ec6dda1f8f023d4b80b25401ed9f8f4c8b74 (patch)
tree8e9d9d55f0883309a95874ee427dbb034e7f2595 /tests
parent074f81d40c539c7aa2919b95ead0c75d16fc92a2 (diff)
Check against tedge version 0.6.x
Diffstat (limited to 'tests')
-rw-r--r--tests/PySys/tedge/call_tedge_-h_-V/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PySys/tedge/call_tedge_-h_-V/run.py b/tests/PySys/tedge/call_tedge_-h_-V/run.py
index aca28aeb..be256cc5 100644
--- a/tests/PySys/tedge/call_tedge_-h_-V/run.py
+++ b/tests/PySys/tedge/call_tedge_-h_-V/run.py
@@ -29,5 +29,5 @@ class PySysTest(BaseTest):
)
def validate(self):
- self.assertGrep("tedge.out", "tedge 0.5", contains=True)
+ self.assertGrep("tedge.out", "tedge 0.6", contains=True)
self.assertGrep("tedge.out", "USAGE:", contains=True)