summaryrefslogtreecommitdiff
path: root/tests.as-root/building-a-system-branch-works-anywhere.script
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2013-02-07 15:16:24 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2013-02-13 13:29:00 +0000
commitb1c1d4877dfc305475b2b7b555477ba1332e0545 (patch)
tree84877405c6c9a501ca3d994567afb1841c985eb5 /tests.as-root/building-a-system-branch-works-anywhere.script
parent05a93a1ae64d63aae3816a9d328d9de656cfb0d3 (diff)
downloadmorph-b1c1d4877dfc305475b2b7b555477ba1332e0545.tar.gz
Amend tests to trigger failure to recursively update strata
Diffstat (limited to 'tests.as-root/building-a-system-branch-works-anywhere.script')
-rwxr-xr-xtests.as-root/building-a-system-branch-works-anywhere.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.as-root/building-a-system-branch-works-anywhere.script b/tests.as-root/building-a-system-branch-works-anywhere.script
index 87b49199..fac07e21 100755
--- a/tests.as-root/building-a-system-branch-works-anywhere.script
+++ b/tests.as-root/building-a-system-branch-works-anywhere.script
@@ -48,7 +48,7 @@ cd "$DATADIR/workspace/branch1/test:kernel-repo"
rm -rf "$DATADIR/cache/artifacts"/*
# Verify that we build the right number of artifacts
-[ $(wc < "$DATADIR/output1" -l) -eq 16 ]
+[ $(wc < "$DATADIR/output1" -l) -eq 22 ]
# List of files in the artifact cache should be identical after each build
diff "$DATADIR/output1" "$DATADIR/output2"