summaryrefslogtreecommitdiff
path: root/tests/tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-17 12:33:04 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-17 12:33:04 +0000
commit1a041c354fcfd62f9a01151dc64080fdb0a9b40d (patch)
treed01ce1fc56ce550211d129a1359757fc3c0de781 /tests/tests
parent7a88b9a4054ffa6e79f3b1f7f608de08793e22d2 (diff)
test suite: gitattributes: Break out wd= setting
No functional change. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/tests')
-rwxr-xr-xtests/tests/gitattributes5
1 files changed, 3 insertions, 2 deletions
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 \