diff options
Diffstat (limited to 't/cond21.sh')
-rwxr-xr-x | t/cond21.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cond21.sh b/t/cond21.sh index f5c748c71..8df1232a9 100755 --- a/t/cond21.sh +++ b/t/cond21.sh @@ -16,7 +16,7 @@ # Check for use of = and += in different conditions. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AM_CONDITIONAL([COND1], [true]) |