mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +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)
|
(format #t "; running test: ~a\n" n-identities)
|
||||||
(let lp ((in (read-lines
|
(let lp ((in (read-lines
|
||||||
(open-input-pipe
|
(open-input-pipe
|
||||||
(format #f "./mass_elements ~A"
|
(format #f "./mass-elements ~A"
|
||||||
(number->string n-identities)))))
|
(number->string n-identities)))))
|
||||||
(out '()))
|
(out '()))
|
||||||
(if (null? in)
|
(if (null? in)
|
||||||
|
|
Loading…
Reference in a new issue