]> granicus.if.org Git - file/commitdiff
Remove inconsistency.
authorReuben Thomas <rrt@sc3d.org>
Mon, 6 Jan 2014 13:43:35 +0000 (13:43 +0000)
committerReuben Thomas <rrt@sc3d.org>
Mon, 6 Jan 2014 13:43:35 +0000 (13:43 +0000)
tests/Makefile.am

index 0665c7b4b4fb0b5b370a87c637a5fbbeb51fd7b8..3175b4186baf42d1f4fa46f75d3dc4b712b39520 100644 (file)
@@ -8,4 +8,4 @@ EXTRA_DIST = \
 T = $(top_srcdir)/tests
 check-local:
        MAGIC=$(top_builddir)/magic/magic ./test
-       for i in $T/*.testfile; do MAGIC=$T/$${i%%.testfile}.magic $(top_builddir)/tests/test $T/$$i $T/$${i%%.testfile}.result; done
+       for i in $T/*.testfile; do MAGIC=$T/$${i%%.testfile}.magic ./test $T/$$i $T/$${i%%.testfile}.result; done