From f33553534538be564461d57f81a63ffa4ca6fd54 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Thu, 14 Jun 2012 15:50:03 +0000 Subject: 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. --- tests/name-clash.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/name-clash.script') 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" -- cgit v1.2.1