diff options
Diffstat (limited to 't/perf/cond.sh')
-rwxr-xr-x | t/perf/cond.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/perf/cond.sh b/t/perf/cond.sh index cf9c76081..cce29066c 100755 --- a/t/perf/cond.sh +++ b/t/perf/cond.sh @@ -17,7 +17,7 @@ # Check that many conditions do not lead to combinatorial explosion. # (This is related to PR/352.) -. ./defs || exit 1 +. test-init.sh echo AC_PROG_CC >>configure.ac |