diff options
author | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2014-03-06 17:20:06 +0000 |
---|---|---|
committer | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2014-03-06 19:41:35 +0000 |
commit | 2c4752d71d35ec31221dcdab1289d2084936ccae (patch) | |
tree | afdd012aa6d6001731e91dd863c9dbc45919d767 /tests.branching/branch-creates-new-system-branch.script | |
parent | f42549fdefb05243cb6e9a46e88aa6185291efde (diff) | |
download | morph-2c4752d71d35ec31221dcdab1289d2084936ccae.tar.gz |
Fix paths for chunk directories in cmdtests
Diffstat (limited to 'tests.branching/branch-creates-new-system-branch.script')
-rwxr-xr-x | tests.branching/branch-creates-new-system-branch.script | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests.branching/branch-creates-new-system-branch.script b/tests.branching/branch-creates-new-system-branch.script index c2d7f640..784bed62 100755 --- a/tests.branching/branch-creates-new-system-branch.script +++ b/tests.branching/branch-creates-new-system-branch.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 @@ -31,8 +31,8 @@ echo "File tree:" grep -v 'cache/gits/file_[^/]*/' echo "Current branches:" -"$SRCDIR/scripts/run-git-in" newbranch/test:morphs branch +"$SRCDIR/scripts/run-git-in" newbranch/test/morphs branch echo "Current origin:" -"$SRCDIR/scripts/run-git-in" newbranch/test:morphs remote show origin | +"$SRCDIR/scripts/run-git-in" newbranch/test/morphs remote show origin | sed 's,\(TMP/workspace/\.morph/cache/gits/file_\).*_,\1,g' |