From 9a927f9575f233e047300b9efa2b0b19bd55e854 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 17 Oct 2015 23:06:30 +0300 Subject: Drop creating a $HOME during tests Yarn now does that automatically. --- yarns/obnam.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'yarns') 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" -- cgit v1.2.1