aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sm/gpgsm.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c
index e650e941c..9d91cd9db 100644
--- a/sm/gpgsm.c
+++ b/sm/gpgsm.c
@@ -636,9 +636,7 @@ main ( int argc, char **argv)
opt.homedir = getenv ("GNUPGHOME");
#endif
if (!opt.homedir || !*opt.homedir )
- {
- opt.homedir = "~/.gnupg-test" /*fixme: GNUPG_HOMEDIR*/;
- }
+ opt.homedir = GNUPG_DEFAULT_HOMEDIR;
/* first check whether we have a config file on the commandline */
orig_argc = argc;