summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/lib-baredebian6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/lib-baredebian b/tests/lib-baredebian
index 676ff21..123ce35 100644
--- a/tests/lib-baredebian
+++ b/tests/lib-baredebian
@@ -6,6 +6,7 @@ baredebian-test-vars () {
suite=sid
uv=${v%-*}
uvtag=v$uv
+ origbase=${p}_${uv}.orig
xorigcomps=''
}
@@ -21,12 +22,11 @@ baredebian-test-core () {
t-dgit -wn --dgit-view-save=split.f1 --$quiltmode quilt-fixup
- local orig=${p}_${uv}.orig
- tar --strip-components=1 -axf ../$orig.tar.*
+ tar --strip-components=1 -axf ../$origbase.tar.*
for comp in $xorigcomps; do
mkdir $comp
cd $comp
- tar --strip-components=1 -axf ../../$orig-$comp.tar.*
+ tar --strip-components=1 -axf ../../$origbase-$comp.tar.*
cd ..
done