Fix: Check right result on bursts_test

This commit is contained in:
Andreas Eversberg 2013-02-07 13:09:34 +01:00 committed by Harald Welte
parent 74d63b7212
commit 2c8787224f
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,6 @@ AT_CLEANUP
AT_SETUP([bursts])
AT_KEYWORDS([bursts])
cat $abs_srcdir/cipher/bursts_test.ok > expout
cat $abs_srcdir/bursts/bursts_test.ok > expout
AT_CHECK([$abs_top_builddir/tests/bursts/bursts_test], [], [expout], [ignore])
AT_CLEANUP