From fb19530f6705830f3d3c9a8ef69ecdc172ffe0ef Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Thu, 17 Nov 2011 21:16:51 +0100 Subject: [PATCH] tests: fix cut & paste error Damn ... I fixed it locally and didn't properly commit the fix before push. Signed-off-by: Sylvain Munaut --- tests/testsuite.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testsuite.at b/tests/testsuite.at index e65ca7c7f..2ea7412f0 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])