diff options
Diffstat (limited to 't/dejagnu.sh')
-rwxr-xr-x | t/dejagnu.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/dejagnu.sh b/t/dejagnu.sh index 7583347bd..0293de57e 100755 --- a/t/dejagnu.sh +++ b/t/dejagnu.sh @@ -17,7 +17,7 @@ # Superficial test to check that dejagnu tests and automake-style # tests can coexist. See also related deeper test 'check12.sh'. -. ./defs || exit 1 +. test-init.sh cat > Makefile.am << 'END' AUTOMAKE_OPTIONS = dejagnu |