mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2025-11-17 00:10:39 +01:00
test: switch to bash
We are using some bash-specific tricks. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
@@ -11,7 +11,7 @@ test: $(T)
|
||||
$(MAKE) clean
|
||||
|
||||
$(T):
|
||||
$(SHELL) $@ $(TEST_OPTS)
|
||||
./$@ $(TEST_OPTS)
|
||||
|
||||
clean:
|
||||
$(RM) -r 'trash directory'.* test-results
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
#
|
||||
# Copyright (c) 2012 Felipe Contreras
|
||||
#
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
#
|
||||
# Copyright (c) 2012 Felipe Contreras
|
||||
#
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
#
|
||||
# Copyright (c) 2012 Felipe Contreras
|
||||
#
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
: "${SHARNESS_TEST_SRCDIR:=$(cd "$(dirname "${BASH_SOURCE-$0}")" && pwd)}"
|
||||
. "$SHARNESS_TEST_SRCDIR"/sharness.sh
|
||||
|
||||
Reference in New Issue
Block a user