summaryrefslogtreecommitdiff
path: root/tests.branching/checkout-works-anywhere.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'tests.branching/checkout-works-anywhere.stdout')
-rw-r--r--tests.branching/checkout-works-anywhere.stdout36
1 files changed, 0 insertions, 36 deletions
diff --git a/tests.branching/checkout-works-anywhere.stdout b/tests.branching/checkout-works-anywhere.stdout
deleted file mode 100644
index 737a605e..00000000
--- a/tests.branching/checkout-works-anywhere.stdout
+++ /dev/null
@@ -1,36 +0,0 @@
-Workspace after checking out master from the workspace directory:
-d .
-d ./.morph
-d ./master
-d ./master/.morph-system-branch
-d ./master/test
-d ./master/test/morphs
-d ./master/test/morphs/.git
-f ./master/.morph-system-branch/config
-f ./master/test/morphs/DEFAULTS
-f ./master/test/morphs/VERSION
-f ./master/test/morphs/hello-stratum.morph
-f ./master/test/morphs/hello-system.morph
-Workspace after checking out master from within a new branch:
-d .
-d ./.morph
-d ./master
-d ./master/.morph-system-branch
-d ./master/test
-d ./master/test/morphs
-d ./master/test/morphs/.git
-d ./newbranch
-d ./newbranch/.morph-system-branch
-d ./newbranch/test
-d ./newbranch/test/morphs
-d ./newbranch/test/morphs/.git
-f ./master/.morph-system-branch/config
-f ./master/test/morphs/DEFAULTS
-f ./master/test/morphs/VERSION
-f ./master/test/morphs/hello-stratum.morph
-f ./master/test/morphs/hello-system.morph
-f ./newbranch/.morph-system-branch/config
-f ./newbranch/test/morphs/DEFAULTS
-f ./newbranch/test/morphs/VERSION
-f ./newbranch/test/morphs/hello-stratum.morph
-f ./newbranch/test/morphs/hello-system.morph