diff options
Diffstat (limited to 't/subobj7.sh')
-rwxr-xr-x | t/subobj7.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/subobj7.sh b/t/subobj7.sh index 1ce58aeca..4e95b4c1d 100755 --- a/t/subobj7.sh +++ b/t/subobj7.sh @@ -17,7 +17,7 @@ # Test to make sure AM_CFLAGS appears in subdir compilation rule. # Report from Steve M. Robbins. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_PROG_CC |