[bug#76809,Cuirass,1/3] tests: common: Improve specifications=?.
Commit Message
* tests/common.scm (specifications=?): Add check for channel commit.
---
tests/common.scm | 4 ++++
1 file changed, 4 insertions(+)
base-commit: 520b2fdbd96e953fc2d4b56e78e52a81fc11e2b7
@@ -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))))