diff options
Diffstat (limited to 't/nostdinc.sh')
-rwxr-xr-x | t/nostdinc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/nostdinc.sh b/t/nostdinc.sh index 812c6be22..93761d55a 100755 --- a/t/nostdinc.sh +++ b/t/nostdinc.sh @@ -21,7 +21,7 @@ # just skip the rest of the test if configure fails to find a working C # compiler. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_PROG_CC |