aboutsummaryrefslogtreecommitdiffstats
path: root/community/bitcoin/skip-fs-test-utf8.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-29 00:25:35 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-29 00:31:53 +0100
commitd420552f02af2ad6a15cf3a70b76bf86b222c07e (patch)
tree8ab7137ed9264312aee69292d009509e70357ea7 /community/bitcoin/skip-fs-test-utf8.patch
parent78a6ed13e4b5cd182f28be18694d543ae179446b (diff)
downloadaports-d420552f02af2ad6a15cf3a70b76bf86b222c07e.tar.bz2
aports-d420552f02af2ad6a15cf3a70b76bf86b222c07e.tar.xz
Remove more stale patches from community/
Diffstat (limited to 'community/bitcoin/skip-fs-test-utf8.patch')
-rw-r--r--community/bitcoin/skip-fs-test-utf8.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/bitcoin/skip-fs-test-utf8.patch b/community/bitcoin/skip-fs-test-utf8.patch
deleted file mode 100644
index 3a6f8a102e..0000000000
--- a/community/bitcoin/skip-fs-test-utf8.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/test/fs_tests.cpp b/src/test/fs_tests.cpp
-index 6d5a6641f..b504a3cbb 100644
---- a/src/test/fs_tests.cpp
-+++ b/src/test/fs_tests.cpp
-@@ -15,7 +15,7 @@ BOOST_AUTO_TEST_CASE(fsbridge_fstream)
- fs::path tmpfolder = GetDataDir();
- // tmpfile1 should be the same as tmpfile2
- fs::path tmpfile1 = tmpfolder / "fs_tests_₿_🏃";
-- fs::path tmpfile2 = tmpfolder / L"fs_tests_₿_🏃";
-+ fs::path tmpfile2 = tmpfolder / "fs_tests_₿_🏃";
- {
- fsbridge::ofstream file(tmpfile1);
- file << "bitcoin";