summaryrefslogtreecommitdiff
path: root/tests/name-clash.script
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-06-14 15:50:03 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-06-14 15:50:03 +0000
commitf33553534538be564461d57f81a63ffa4ca6fd54 (patch)
treee4ee5eddf112cbe1ee317b4e6c40248e95b33f6d /tests/name-clash.script
parent8762b87aad701e2f038bf2a0fc5016fd6a632c64 (diff)
downloadmorph-f33553534538be564461d57f81a63ffa4ca6fd54.tar.gz
tests: fix missing baserock meta files
This adds the ability to do this to the script, and fixes use of the script to add the new parameter.
Diffstat (limited to 'tests/name-clash.script')
-rwxr-xr-xtests/name-clash.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/name-clash.script b/tests/name-clash.script
index 8187c813..dcc04a8a 100755
--- a/tests/name-clash.script
+++ b/tests/name-clash.script
@@ -58,6 +58,6 @@ INSTDIR="$DATADIR"/unpack
mkdir -p "$INSTDIR"
"$SRCDIR/scripts/assemble-stratum" --cachedir "$DATADIR/cache" \
"$DATADIR/cache/artifacts/"*hello-stratum \
- "$DATADIR/stratum.tar"
+ "$DATADIR/stratum.tar" hello-stratum
tar -C "$INSTDIR" -xhf "$DATADIR/stratum.tar"
test "$("$INSTDIR"/bin/hello)" = "hello, world"