summaryrefslogtreecommitdiff
path: root/tests.as-root/make-patch.script
diff options
context:
space:
mode:
Diffstat (limited to 'tests.as-root/make-patch.script')
-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