From 6dce343cdb6be7fac8f1d60db6c76703c37601e7 Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Thu, 13 Dec 2012 16:11:57 +0000 Subject: Fix bashism in morph tag test scripts --- tests.branching/morph-tag-creates-commit-and-tag.script | 2 +- tests.branching/morph-tag-fails-if-tag-exists.script | 2 +- tests.branching/morph-tag-tag-works-as-expected.script | 2 +- tests.branching/morph-tag-works-with-multiple-morphs-repos.script | 2 +- 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" -- cgit v1.2.1