summaryrefslogtreecommitdiff
path: root/tests.branching
diff options
context:
space:
mode:
Diffstat (limited to 'tests.branching')
-rw-r--r--tests.branching/branch-creates-new-system-branch-not-from-master.stdout2
-rw-r--r--tests.branching/branch-creates-new-system-branch.stdout2
-rw-r--r--tests.branching/branch-works-anywhere.stdout8
-rw-r--r--tests.branching/checkout-existing-branch.stdout2
-rw-r--r--tests.branching/checkout-works-anywhere.stdout4
-rw-r--r--tests.branching/edit-works-after-branch-root-was-renamed.stdout2
-rwxr-xr-xtests.branching/setup2
7 files changed, 1 insertions, 21 deletions
diff --git a/tests.branching/branch-creates-new-system-branch-not-from-master.stdout b/tests.branching/branch-creates-new-system-branch-not-from-master.stdout
index d80f81d7..af65eb7b 100644
--- a/tests.branching/branch-creates-new-system-branch-not-from-master.stdout
+++ b/tests.branching/branch-creates-new-system-branch-not-from-master.stdout
@@ -1,8 +1,6 @@
File tree:
d .
d ./.morph
-d ./.morph/cache
-d ./.morph/cache/gits
d ./newbranch
d ./newbranch/.morph-system-branch
d ./newbranch/test:morphs
diff --git a/tests.branching/branch-creates-new-system-branch.stdout b/tests.branching/branch-creates-new-system-branch.stdout
index 7c6b3065..ba1651e5 100644
--- a/tests.branching/branch-creates-new-system-branch.stdout
+++ b/tests.branching/branch-creates-new-system-branch.stdout
@@ -1,8 +1,6 @@
File tree:
d .
d ./.morph
-d ./.morph/cache
-d ./.morph/cache/gits
d ./newbranch
d ./newbranch/.morph-system-branch
d ./newbranch/test:morphs
diff --git a/tests.branching/branch-works-anywhere.stdout b/tests.branching/branch-works-anywhere.stdout
index 41f30440..0b59ce71 100644
--- a/tests.branching/branch-works-anywhere.stdout
+++ b/tests.branching/branch-works-anywhere.stdout
@@ -1,8 +1,6 @@
Workspace after creating the first branch:
d .
d ./.morph
-d ./.morph/cache
-d ./.morph/cache/gits
d ./branch1
d ./branch1/.morph-system-branch
d ./branch1/test:morphs
@@ -13,8 +11,6 @@ f ./branch1/test:morphs/hello-system.morph
Workspace after creating the second branch:
d .
d ./.morph
-d ./.morph/cache
-d ./.morph/cache/gits
d ./branch1
d ./branch1/.morph-system-branch
d ./branch1/test:morphs
@@ -32,8 +28,6 @@ f ./branch2/test:morphs/hello-system.morph
Workspace after creating the third branch:
d .
d ./.morph
-d ./.morph/cache
-d ./.morph/cache/gits
d ./branch1
d ./branch1/.morph-system-branch
d ./branch1/test:morphs
@@ -58,8 +52,6 @@ f ./branch3/test:morphs/hello-system.morph
Workspace after creating the fourth branch:
d .
d ./.morph
-d ./.morph/cache
-d ./.morph/cache/gits
d ./branch1
d ./branch1/.morph-system-branch
d ./branch1/test:morphs
diff --git a/tests.branching/checkout-existing-branch.stdout b/tests.branching/checkout-existing-branch.stdout
index 50bd01ab..0f51893a 100644
--- a/tests.branching/checkout-existing-branch.stdout
+++ b/tests.branching/checkout-existing-branch.stdout
@@ -1,8 +1,6 @@
File tree:
d .
d ./.morph
-d ./.morph/cache
-d ./.morph/cache/gits
d ./master
d ./master/.morph-system-branch
d ./master/test:morphs
diff --git a/tests.branching/checkout-works-anywhere.stdout b/tests.branching/checkout-works-anywhere.stdout
index 15ae3686..ba83058f 100644
--- a/tests.branching/checkout-works-anywhere.stdout
+++ b/tests.branching/checkout-works-anywhere.stdout
@@ -1,8 +1,6 @@
Workspace after checking out master from the workspace directory:
d .
d ./.morph
-d ./.morph/cache
-d ./.morph/cache/gits
d ./master
d ./master/.morph-system-branch
d ./master/test:morphs
@@ -13,8 +11,6 @@ f ./master/test:morphs/hello-system.morph
Workspace after checking out master from within a new branch:
d .
d ./.morph
-d ./.morph/cache
-d ./.morph/cache/gits
d ./master
d ./master/.morph-system-branch
d ./master/test:morphs
diff --git a/tests.branching/edit-works-after-branch-root-was-renamed.stdout b/tests.branching/edit-works-after-branch-root-was-renamed.stdout
index 1436414d..f15fe30a 100644
--- a/tests.branching/edit-works-after-branch-root-was-renamed.stdout
+++ b/tests.branching/edit-works-after-branch-root-was-renamed.stdout
@@ -1,7 +1,5 @@
d .
d ./.morph
-d ./.morph/cache
-d ./.morph/cache/gits
d ./master
d ./master/.morph-system-branch
d ./master/my-renamed-morphs
diff --git a/tests.branching/setup b/tests.branching/setup
index c18a5ac6..11fdf0f1 100755
--- a/tests.branching/setup
+++ b/tests.branching/setup
@@ -30,7 +30,7 @@ source "$SRCDIR/scripts/fix-committer-info"
cat <<EOF > "$DATADIR/morph.conf"
[config]
repo-alias = test=file://$DATADIR/%s#file://$DATADIR/%s
-cachedir = $DATADIR/workspace/.morph/cache
+cachedir = $DATADIR/cache
log = $DATADIR/morph.log
no-distcc = true
quiet = true