diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-09 21:44:27 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-09 21:44:27 +0300 |
commit | 4a9790b9d8262f44bd42bfe9af0860873725b32b (patch) | |
tree | f39be0aa5ae5514964dc71bd1e98a818f65094f9 /tests/buildfile | |
parent | 30f6a563fc8c5b2d5c70cd55838aca4e5692b3e4 (diff) |
Fix other command testscripts to pass for older git versions
Diffstat (limited to 'tests/buildfile')
-rw-r--r-- | tests/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/buildfile b/tests/buildfile index 70a012b..6ab9123 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -5,6 +5,6 @@ define common: file common{*}: extension = test -commons = common git project +commons = common project ./: test{* -{$commons}} common{$commons} $bdep |