[blosc] Fix typo

Zbigniew Jędrzejewski-Szmek zbyszek at fedoraproject.org
Tue Jan 7 19:56:21 UTC 2014


commit 34aa8deb98521c4263da64cad89e7cfc3ba1714a
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Tue Jan 7 14:56:22 2014 -0500

    Fix typo

 blosc.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/blosc.spec b/blosc.spec
index ff6f054..fcf7f0e 100644
--- a/blosc.spec
+++ b/blosc.spec
@@ -68,8 +68,8 @@ make VERBOSE=1 %{?_smp_mflags}
 
 %check
 # make test VERBOSE=1
-build/test_api
-build/test_basics
+tests/test_api
+tests/test_basics
 for c in lz4 lz4hc snappy zlib; do
     LD_LIBRARY_PATH=blosc bench/bench $c single 1
     LD_LIBRARY_PATH=blosc bench/bench $c single


More information about the scm-commits mailing list