diff options
author | 2017-09-16 23:36:41 +0300 | |
---|---|---|
committer | 2017-09-17 17:38:11 +0300 | |
commit | f13f4b014b7478dd2742940144ab44aac507af52 (patch) | |
tree | b52051008bf0831a877e2c55ae0c7d32d753c0e6 /test/test-helpers.h | |
parent | 437c4284d12ec5aa7ca9ae9b4c3f618ebd33dd4d (diff) | |
download | newsboat-f13f4b014b7478dd2742940144ab44aac507af52.tar.gz newsboat-f13f4b014b7478dd2742940144ab44aac507af52.tar.zst newsboat-f13f4b014b7478dd2742940144ab44aac507af52.zip |
(News|Pod)beuter → (News|Pod)boat
Diffstat (limited to '')
-rw-r--r-- | test/test-helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-helpers.h b/test/test-helpers.h index 2bbb6971..65db0b23 100644 --- a/test/test-helpers.h +++ b/test/test-helpers.h @@ -57,7 +57,7 @@ namespace TestHelpers { tempdir = "/tmp/"; } - tempdir += "/newsbeuter-tests/"; + tempdir += "/newsboat-tests/"; int status = mkdir(tempdir.c_str(), S_IRWXU); if (status != 0) { |