[bug#76809,Cuirass,1/3] tests: common: Improve specifications=?.

Message ID 20250307110025.12928-1-romain.garbage@inria.fr
State New
Headers
Series Agit workflow support |

Commit Message

Romain GARBAGE March 7, 2025, 11 a.m. UTC
  * tests/common.scm (specifications=?): Add check for channel commit.
---
 tests/common.scm | 4 ++++
 1 file changed, 4 insertions(+)


base-commit: 520b2fdbd96e953fc2d4b56e78e52a81fc11e2b7
  

Patch

diff --git a/tests/common.scm b/tests/common.scm
index 479fef3..4974812 100644
--- a/tests/common.scm
+++ b/tests/common.scm
@@ -149,5 +149,9 @@  Return the socket on success and #f on failure."
                     (specification-channels spec1))
                (map channel-branch
                     (specification-channels spec2)))
+       (equal? (map channel-commit
+                    (specification-channels spec1))
+               (map channel-commit
+                    (specification-channels spec2)))
        (equal? (specification-properties spec1)
                (specification-properties spec2))))