mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
tests: fix example
This commit is contained in:
parent
92b0f32d74
commit
f5f63434ab
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ exec guile -s $0 "$@"
|
|||
(format #t "; running test: ~a\n" n-identities)
|
||||
(let lp ((in (read-lines
|
||||
(open-input-pipe
|
||||
(format #f "./mass_elements ~A"
|
||||
(format #f "./mass-elements ~A"
|
||||
(number->string n-identities)))))
|
||||
(out '()))
|
||||
(if (null? in)
|
||||
|
|
Loading…
Reference in a new issue