diff options
Diffstat (limited to 't/instdir-cond2.sh')
-rwxr-xr-x | t/instdir-cond2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/instdir-cond2.sh b/t/instdir-cond2.sh index 559a7fe85..a5fff9b11 100755 --- a/t/instdir-cond2.sh +++ b/t/instdir-cond2.sh @@ -21,7 +21,7 @@ # FIXME: So this test is still xfailing. # See sister test 'instdir-cond.sh' for the succeeding part. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AM_CONDITIONAL([ENABLE_FOO], [false]) |