diff options
Diffstat (limited to 't/cond20.sh')
-rwxr-xr-x | t/cond20.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cond20.sh b/t/cond20.sh index 403c6098f..0a590d513 100755 --- a/t/cond20.sh +++ b/t/cond20.sh @@ -17,7 +17,7 @@ # Regression test for recursion handling in substitution references to # conditional variables. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_PROG_CC |