From 4a9790b9d8262f44bd42bfe9af0860873725b32b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 9 Aug 2018 21:44:27 +0300 Subject: Fix other command testscripts to pass for older git versions --- tests/project.test | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests/project.test') diff --git a/tests/project.test b/tests/project.test index 444ca00..6ab2b4b 100644 --- a/tests/project.test +++ b/tests/project.test @@ -2,8 +2,6 @@ # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -.include git.test - # Create and initialize a sample build2 C++ executable project that will be # copied by subsequent tests and scopes setup commands. The common approach # will be that group scopes copy and modify the parent scope project as @@ -12,9 +10,7 @@ # project can not be shared between multiple bdep processes. Also we need to # make sure that projects are not cloned while being used by bdep. # -# By default: -t exe -l c++. -# -+$new prj --vcs ($git_supported ? git : none) 2>- &prj/*** ++$new prj 2>- &prj/*** # By default: -t exe -l c++. # The most commonly used project cloning command that copies it from the # parent scope working directory. -- cgit v1.1