[functional-tests/thin_dump] check no error msg with clean metadata

This commit is contained in:
Joe Thornber 2019-05-27 15:38:45 +01:00
parent acf2e6e625
commit d299cc66d1

View File

@ -222,6 +222,12 @@
(run-ok-rcv (d2-stdout _) (thin-dump md)
(assert-equal d1-stdout d2-stdout))))))
(define-scenario (thin-dump no-stderr)
"thin_dump of clean data does not output error messages to stderr"
(with-valid-metadata (md)
(run-ok-rcv (stdout stderr) (thin-dump md)
(assert-eof stderr))))
;;;-----------------------------------------------------------
;;; thin_rmap scenarios
;;;-----------------------------------------------------------