aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
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