diff options
Diffstat (limited to 't/cscope3.sh')
-rwxr-xr-x | t/cscope3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cscope3.sh b/t/cscope3.sh index 30e8c0cc9..a7468f880 100755 --- a/t/cscope3.sh +++ b/t/cscope3.sh @@ -19,7 +19,7 @@ # is empty. required=cscope -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_CONFIG_FILES([sub/Makefile]) |