summaryrefslogtreecommitdiff
path: root/tests.branching/merge-explicitly-named-repos.script
diff options
context:
space:
mode:
Diffstat (limited to 'tests.branching/merge-explicitly-named-repos.script')
-rwxr-xr-xtests.branching/merge-explicitly-named-repos.script4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests.branching/merge-explicitly-named-repos.script b/tests.branching/merge-explicitly-named-repos.script
index 9052cd31..5a0953a7 100755
--- a/tests.branching/merge-explicitly-named-repos.script
+++ b/tests.branching/merge-explicitly-named-repos.script
@@ -29,7 +29,7 @@ cd "$DATADIR/workspace"
# Make a change to a chunk.
cd newbranch/morphs
"$SRCDIR/scripts/test-morph" edit baserock:hello master
-cd ../hello
+cd ../baserock:hello
touch newfile.txt
git add newfile.txt
git commit -m foo --quiet
@@ -42,7 +42,7 @@ cd otherbranch/morphs
"$SRCDIR/scripts/test-morph" merge newbranch baserock:hello
# Check results.
-cd ../hello
+cd ../baserock:hello
git status --short # make sure all changes are committed
ls newfile.txt # make sure the new file is there