aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-02-07 13:09:34 +0100
committerHarald Welte <laforge@gnumonks.org>2015-09-22 16:41:25 +0200
commit2c8787224ff4698e8bf04620441919262887c7ee (patch)
tree5d51817169adf7dfb4f885b9b0f5850690aaeb4c /tests
parent74d63b72126bfe7a2a6ac641be4ac789a39eea6d (diff)
Fix: Check right result on bursts_test
Diffstat (limited to 'tests')
-rw-r--r--tests/testsuite.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index e8f5d168..7c449bb8 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -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