summaryrefslogtreecommitdiff
path: root/tests.branching
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-12-13 16:11:57 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-12-13 16:11:57 +0000
commit6dce343cdb6be7fac8f1d60db6c76703c37601e7 (patch)
treeaece59a80ebdfd276c57d6333650dac9a1365943 /tests.branching
parentf2658d3bfeea50a69753ec4eb23181930cc4d88c (diff)
downloadmorph-6dce343cdb6be7fac8f1d60db6c76703c37601e7.tar.gz
Fix bashism in morph tag test scripts
Diffstat (limited to 'tests.branching')
-rwxr-xr-xtests.branching/morph-tag-creates-commit-and-tag.script2
-rwxr-xr-xtests.branching/morph-tag-fails-if-tag-exists.script2
-rwxr-xr-xtests.branching/morph-tag-tag-works-as-expected.script2
-rwxr-xr-xtests.branching/morph-tag-works-with-multiple-morphs-repos.script2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests.branching/morph-tag-creates-commit-and-tag.script b/tests.branching/morph-tag-creates-commit-and-tag.script
index 4de3e4b9..cf53363a 100755
--- a/tests.branching/morph-tag-creates-commit-and-tag.script
+++ b/tests.branching/morph-tag-creates-commit-and-tag.script
@@ -22,7 +22,7 @@
set -eu
# Make sure the commits always have the same SHA1s.
-source "$SRCDIR/scripts/fix-committer-info"
+. "$SRCDIR/scripts/fix-committer-info"
# Create a workspace and branch.
cd "$DATADIR/workspace"
diff --git a/tests.branching/morph-tag-fails-if-tag-exists.script b/tests.branching/morph-tag-fails-if-tag-exists.script
index a30bb774..b02f87dc 100755
--- a/tests.branching/morph-tag-fails-if-tag-exists.script
+++ b/tests.branching/morph-tag-fails-if-tag-exists.script
@@ -21,7 +21,7 @@
set -eu
# Make sure the commits always have the same SHA1s.
-source "$SRCDIR/scripts/fix-committer-info"
+. "$SRCDIR/scripts/fix-committer-info"
# Create a workspace and branch.
cd "$DATADIR/workspace"
diff --git a/tests.branching/morph-tag-tag-works-as-expected.script b/tests.branching/morph-tag-tag-works-as-expected.script
index 25ba4a51..04edf543 100755
--- a/tests.branching/morph-tag-tag-works-as-expected.script
+++ b/tests.branching/morph-tag-tag-works-as-expected.script
@@ -23,7 +23,7 @@
set -eu
# Make sure the commits always have the same SHA1s.
-source "$SRCDIR/scripts/fix-committer-info"
+. "$SRCDIR/scripts/fix-committer-info"
# Create a workspace and branch.
cd "$DATADIR/workspace"
diff --git a/tests.branching/morph-tag-works-with-multiple-morphs-repos.script b/tests.branching/morph-tag-works-with-multiple-morphs-repos.script
index 374c9ff5..a5625fd4 100755
--- a/tests.branching/morph-tag-works-with-multiple-morphs-repos.script
+++ b/tests.branching/morph-tag-works-with-multiple-morphs-repos.script
@@ -23,7 +23,7 @@
set -eu
# Make sure the commits always have the same SHA1s.
-source "$SRCDIR/scripts/fix-committer-info"
+. "$SRCDIR/scripts/fix-committer-info"
# Create new directory for repos used in this test.
mkdir -p "$DATADIR/repos"