summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-10-17 23:06:30 +0300
committerLars Wirzenius <liw@liw.fi>2015-10-17 23:06:30 +0300
commit9a927f9575f233e047300b9efa2b0b19bd55e854 (patch)
tree1fb6802862e329edb5fda805ce164a8f40a1811b /yarns
parentab9a9b5a5767c1951cc5f38bef4c28c10ea10f8f (diff)
downloadobnam-9a927f9575f233e047300b9efa2b0b19bd55e854.tar.gz
Drop creating a $HOME during tests
Yarn now does that automatically.
Diffstat (limited to 'yarns')
-rw-r--r--yarns/obnam.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/yarns/obnam.sh b/yarns/obnam.sh
index 0798d24e..b567eea4 100644
--- a/yarns/obnam.sh
+++ b/yarns/obnam.sh
@@ -196,8 +196,3 @@ get_keyid()
get_fingerprint "$1" |
awk '{ print substr($0, length-8) }'
}
-
-
-# Create a dummy $HOME that actually exists.
-export HOME="$DATADIR/home"
-mkdir -p "$HOME"