summaryrefslogtreecommitdiff
path: root/tests.branching/workflow.script
diff options
context:
space:
mode:
Diffstat (limited to 'tests.branching/workflow.script')
-rwxr-xr-xtests.branching/workflow.script6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests.branching/workflow.script b/tests.branching/workflow.script
index 10383132..51a8d106 100755
--- a/tests.branching/workflow.script
+++ b/tests.branching/workflow.script
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2012,2014 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -24,12 +24,12 @@ cd "$DATADIR/workspace"
"$SRCDIR/scripts/test-morph" init
"$SRCDIR/scripts/test-morph" branch test:morphs me/readme-fix
"$SRCDIR/scripts/test-morph" edit hello-system hello-stratum hello
-cd me/readme-fix/test:hello
+cd me/readme-fix/test/hello
echo > README yoyoyo
git add README
git commit -m "Fix README, yo!" --quiet
-cd ../test:morphs
+cd ../morphs
git commit --quiet --all -m "Commit changes for system branch"
cd "$DATADIR/workspace"