mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2025-11-01 09:05:48 +01:00
13 lines
275 B
Bash
13 lines
275 B
Bash
#!/bin/sh
|
|
|
|
. ./sharness.sh
|
|
|
|
test_set_prereq PYTHON
|
|
|
|
GIT_AUTHOR_EMAIL=author@example.com
|
|
GIT_AUTHOR_NAME='A U Thor'
|
|
GIT_COMMITTER_EMAIL=committer@example.com
|
|
GIT_COMMITTER_NAME='C O Mitter'
|
|
export GIT_AUTHOR_EMAIL GIT_AUTHOR_NAME
|
|
export GIT_COMMITTER_EMAIL GIT_COMMITTER_NAME
|