aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testsuite.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r--tests/testsuite.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index b3bc50f..d0e55f6 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -3,6 +3,6 @@ AT_BANNER([Regression tests.])
AT_SETUP([osmux_test])
AT_KEYWORDS([osmux_test])
-cat $abs_srcdir/osmux/osmux-test.ok > expout
+cat $abs_srcdir/osmux/osmux_test.ok > expout
AT_CHECK([$abs_top_builddir/tests/osmux/osmux_test], [0], [expout], [ignore])
AT_CLEANUP