summaryrefslogtreecommitdiff
path: root/tests.as-root
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-28 18:35:48 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-28 18:35:48 +0100
commit07004dec02eda1f293a4a08238201e09396582a3 (patch)
treee32ee1d20f8558c6ca65a24322255e22497ba76b /tests.as-root
parentcd20ec6efb792f32bbdc7aea551fe002c1e85021 (diff)
downloadmorph-07004dec02eda1f293a4a08238201e09396582a3.tar.gz
tests: fix paths in make-patch script
Diffstat (limited to 'tests.as-root')
-rwxr-xr-xtests.as-root/make-patch.script6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests.as-root/make-patch.script b/tests.as-root/make-patch.script
index ce66f53c..f7c34fcd 100755
--- a/tests.as-root/make-patch.script
+++ b/tests.as-root/make-patch.script
@@ -52,7 +52,7 @@ EOF
git commit --quiet -m "add dummy kernel" hello-stratum.morph
)
-tests/morph build morphs-repo master hello-system.morph
+tests.as-root/morph build morphs-repo master hello-system.morph
# save the stratum as we will apply the patch on top of this later
cp "$DATADIR/cache/"*stratum* "$DATADIR"/farrokh-stratum
@@ -72,11 +72,11 @@ cp "$DATADIR/cache/"*stratum* "$DATADIR"/farrokh-stratum
git commit --quiet -m "Build evil systems"
)
-tests/morph build morphs-repo evil hello-system.morph
+tests.as-root/morph build morphs-repo evil hello-system.morph
# make a patch to make the system evil
PATCH="$DATADIR"/patchfile
-tests/morph make-patch "$PATCH" morphs-repo master hello-system.morph \
+tests.as-root/morph make-patch "$PATCH" morphs-repo master hello-system.morph \
morphs-repo evil hello-system.morph
UNPACKED="$DATADIR"/unpacked