From 00d1b85f2366811f32c28b0143fe1ead5d4aceb6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 3 Nov 2011 19:03:34 +0000 Subject: Clean up the environment --- tests/hello-chunk.script | 2 +- tests/hello-stratum.script | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/hello-chunk.script b/tests/hello-chunk.script index 2002b097..6344a681 100755 --- a/tests/hello-chunk.script +++ b/tests/hello-chunk.script @@ -22,7 +22,7 @@ set -e tar -C "$DATADIR" -xf tests/hello-chunk.tar.gz ./morph --no-default-configs build hello master hello.morph \ --git-base-url "file://$DATADIR/" \ - --cachedir="$DATADIR" + --cachedir="$DATADIR" --keep-path for chunk in "$DATADIR/"*.chunk.* do echo "$chunk:" | sed 's/[^.]*//' diff --git a/tests/hello-stratum.script b/tests/hello-stratum.script index 49127bf1..82ba69d9 100755 --- a/tests/hello-stratum.script +++ b/tests/hello-stratum.script @@ -23,5 +23,5 @@ tar -C "$DATADIR" -xf tests/hello-chunk.tar.gz ./morph --no-default-configs build hello master hello-stratum.morph \ --git-base-url "file://$DATADIR/" \ - --cachedir="$DATADIR" + --cachedir="$DATADIR" --keep-path tar -tf "$DATADIR/"*.stratum.* | LC_ALL=C sort | sed '/^\.\/./s:^\./::' -- cgit v1.2.1