mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-23 05:27:47 +02:00
Test: Updated diag test expectation
This commit is contained in:
parent
bf8fa9a504
commit
49a5937ace
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class TestDiagnostics(TestCase):
|
|||
self.t.activate_hooks()
|
||||
code, out, err = self.t.diag()
|
||||
self.tap(out)
|
||||
self.assertRegexpMatches(out, "Compliance:\s+C\+\+11")
|
||||
self.assertRegexpMatches(out, "Compliance:\s+C\+\+14")
|
||||
self.assertRegexpMatches(out, "libgnutls:\s+\d+\.\d+\.\d+")
|
||||
self.assertIn("edlin", out)
|
||||
self.assertIn("strict", out)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue