mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Test repository directory names no longer need to end in *.git.
This commit is contained in:
parent
eb0580c622
commit
42f214b8d0
4 changed files with 30 additions and 14 deletions
2
testing/external/scripts/create-new-repo
vendored
2
testing/external/scripts/create-new-repo
vendored
|
@ -7,7 +7,7 @@ if [ $# != 2 ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
name=`pwd`/$1.git
|
||||
name=`pwd`/$1
|
||||
repo=$2
|
||||
|
||||
if [ -e $repo ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue