From 1a041c354fcfd62f9a01151dc64080fdb0a9b40d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 17 Jan 2017 12:33:04 +0000 Subject: test suite: gitattributes: Break out wd= setting No functional change. Signed-off-by: Ian Jackson --- tests/tests/gitattributes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/tests') diff --git a/tests/tests/gitattributes b/tests/tests/gitattributes index e6089bd..0093f0a 100755 --- a/tests/tests/gitattributes +++ b/tests/tests/gitattributes @@ -128,9 +128,10 @@ sfmt_import () { brkerr=stderr.$sfmt-$inst.broken dscf=${p}_${v}.dsc sums=sums.$sfmt-$inst + wd=$pdb-import-$inst - mkdir $pdb-import-$inst - cd $pdb-import-$inst + mkdir $wd + cd $wd git init LC_MESSAGES=C \ -- cgit v1.2.3