summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-27 14:56:34 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-27 14:56:34 +0100
commit216fd8f6f477c074d42577809aefdf4633823992 (patch)
treeb1de16267697bd946519bcf373448a58aa5e5e3a
parent93acc1394f9ad7107a9ef8eb4d5f167f058b08d2 (diff)
downloadlorry-216fd8f6f477c074d42577809aefdf4633823992.tar.gz
Fix typo in hg test
-rwxr-xr-xtests/hg-single-commit.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hg-single-commit.script b/tests/hg-single-commit.script
index 05343fb..e9814b9 100755
--- a/tests/hg-single-commit.script
+++ b/tests/hg-single-commit.script
@@ -29,7 +29,7 @@ workdir="$DATADIR/work-dir"
# verify that the git repository was created correctly
(
- cd "$workdir/git-test-repo/git/"
+ cd "$workdir/hg-test-repo/git/"
# list the branches
git show-ref | cut -d' ' -f2