diff options
author | Sylvain Munaut <tnt@246tNt.com> | 2011-11-17 21:16:51 +0100 |
---|---|---|
committer | Sylvain Munaut <tnt@246tNt.com> | 2011-11-17 21:16:51 +0100 |
commit | fb19530f6705830f3d3c9a8ef69ecdc172ffe0ef (patch) | |
tree | 538085ff36ecec3ab3b21fbd3928ebeb6de04db5 /tests | |
parent | 2735ac484896d1dac3ffced31533d4273161e265 (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>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testsuite.at | 2 |
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]) |