diff options
Diffstat (limited to 't/suffix6.sh')
-rwxr-xr-x | t/suffix6.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/suffix6.sh b/t/suffix6.sh index 4b3dee20d..23cd5f051 100755 --- a/t/suffix6.sh +++ b/t/suffix6.sh @@ -19,7 +19,7 @@ # '.$(OBJEXT)'. See also related "semantic" tests 'suffix6b.sh' # and 'suffix6c.sh'. -. ./defs || exit 1 +. test-init.sh cat > Makefile.am << 'END' SUFFIXES = a b .$(OBJEXT) c .o .obj |