]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/commitdiff
tests: fix example
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 29 Jun 2009 09:57:13 +0000 (11:57 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 29 Jun 2009 09:57:13 +0000 (11:57 +0200)
tests/benchmarks/mass-elements.scm

index 2efd62b192010bad35732a717df33f5784014f38..0308b0c2525de8e0ebf6031168c90ef28c94c6ba 100755 (executable)
@@ -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)