summaryrefslogtreecommitdiff
path: root/tests.as-root/branch-from-image-works.script
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2013-12-18 18:40:43 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-01-16 17:35:06 +0000
commit188fafc42db06161a1e1a39591b0d20cc083c5dc (patch)
tree0da5c634f39e57db4358d6f27ae0ad2c05c22043 /tests.as-root/branch-from-image-works.script
parent57692c25491c4da23dac2691e035dba8f10e14d0 (diff)
downloadmorph-188fafc42db06161a1e1a39591b0d20cc083c5dc.tar.gz
cmdtests: Take into account new constructed artifacts
Diffstat (limited to 'tests.as-root/branch-from-image-works.script')
-rwxr-xr-xtests.as-root/branch-from-image-works.script4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests.as-root/branch-from-image-works.script b/tests.as-root/branch-from-image-works.script
index 942301e8..c9d50bbb 100755
--- a/tests.as-root/branch-from-image-works.script
+++ b/tests.as-root/branch-from-image-works.script
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (C) 2013 Codethink Limited
+# Copyright (C) 2013-2014 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -34,7 +34,7 @@ tar -xf "$tar" -C "$extracted"
get_sha1(){
sed -nre '/sha1/s/^.*([0-9a-f]{40}).*$/\1/p' "$1"
}
-hello_chunk_commit=$(get_sha1 "$extracted/baserock/hello.meta")
+hello_chunk_commit=$(get_sha1 "$extracted/baserock/hello-bins.meta")
# Make a commit so that petrifying from HEAD is detectable
chunkrepo="$DATADIR/chunk-repo"