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>
This commit is contained in:
Sylvain Munaut 2011-11-17 21:16:51 +01:00
parent 2735ac4848
commit fb19530f67
1 changed files with 1 additions and 1 deletions

View File

@ -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])