aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2011-11-17 21:16:51 +0100
committerSylvain Munaut <tnt@246tNt.com>2011-11-17 21:16:51 +0100
commitfb19530f6705830f3d3c9a8ef69ecdc172ffe0ef (patch)
tree538085ff36ecec3ab3b21fbd3928ebeb6de04db5
parent2735ac484896d1dac3ffced31533d4273161e265 (diff)
tests: fix cut & paste error
Damn ... I fixed it locally and didn't properly commit the fix before push. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r--tests/testsuite.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index e65ca7c7..2ea7412f 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -6,7 +6,7 @@ AT_BANNER([Regression tests.])
AT_SETUP([a5])
AT_KEYWORDS([a5])
cat $abs_srcdir/a5/a5_test.ok > expout
-AT_CHECK([$abs_top_builddir/tests/a5/bitrev_test], [], [expout])
+AT_CHECK([$abs_top_builddir/tests/a5/a5_test], [], [expout])
AT_CLEANUP
AT_SETUP([bits])