mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2025-11-17 00:10:39 +01:00
test: trivial cleanups
TEST_DIRECTORY doesn't even exist in sharness. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
RM ?= rm -f
|
RM ?= rm -f
|
||||||
|
|
||||||
T = main.t bidi.t
|
T = main.t bidi.t
|
||||||
TEST_DIRECTORY := $(CURDIR)
|
SHARNESS_TEST_DIRECTORY := $(CURDIR)
|
||||||
|
|
||||||
export TEST_DIRECTORY
|
export SHARNESS_TEST_DIRECTORY
|
||||||
|
|
||||||
all: test
|
all: test
|
||||||
|
|
||||||
|
|||||||
@@ -8,8 +8,7 @@
|
|||||||
|
|
||||||
test_description='Test bidirectionality of remote-hg'
|
test_description='Test bidirectionality of remote-hg'
|
||||||
|
|
||||||
test -n "$TEST_DIRECTORY" || TEST_DIRECTORY=$(dirname $0)/
|
. ./test-lib.sh
|
||||||
. "$TEST_DIRECTORY"/test-lib.sh
|
|
||||||
|
|
||||||
if ! test_have_prereq PYTHON
|
if ! test_have_prereq PYTHON
|
||||||
then
|
then
|
||||||
|
|||||||
@@ -8,8 +8,7 @@
|
|||||||
|
|
||||||
test_description='Test remote-hg output compared to hg-git'
|
test_description='Test remote-hg output compared to hg-git'
|
||||||
|
|
||||||
test -n "$TEST_DIRECTORY" || TEST_DIRECTORY=$(dirname $0)/
|
. ./test-lib.sh
|
||||||
. "$TEST_DIRECTORY"/test-lib.sh
|
|
||||||
|
|
||||||
if ! test_have_prereq PYTHON
|
if ! test_have_prereq PYTHON
|
||||||
then
|
then
|
||||||
|
|||||||
@@ -8,8 +8,7 @@
|
|||||||
|
|
||||||
test_description='Test remote-hg'
|
test_description='Test remote-hg'
|
||||||
|
|
||||||
test -n "$TEST_DIRECTORY" || TEST_DIRECTORY=$(dirname $0)/
|
. ./test-lib.sh
|
||||||
. "$TEST_DIRECTORY"/test-lib.sh
|
|
||||||
|
|
||||||
if ! test_have_prereq PYTHON
|
if ! test_have_prereq PYTHON
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user