diff options
Diffstat (limited to 't/test-trs-recover.sh')
-rwxr-xr-x | t/test-trs-recover.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-trs-recover.sh b/t/test-trs-recover.sh index 95a9ddcec..68218398e 100755 --- a/t/test-trs-recover.sh +++ b/t/test-trs-recover.sh @@ -19,7 +19,7 @@ # This test is complex and tricky, but that's acceptable since we are # testing semantics that are potentially complex and tricky. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac <<END AC_OUTPUT |