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 2efd62b..0308b0c 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)