aboutsummaryrefslogtreecommitdiff
path: root/deskutils/nextcloudclient/files/patch-test_nextcloud__add__test.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/nextcloudclient/files/patch-test_nextcloud__add__test.cmake')
-rw-r--r--deskutils/nextcloudclient/files/patch-test_nextcloud__add__test.cmake11
1 files changed, 0 insertions, 11 deletions
diff --git a/deskutils/nextcloudclient/files/patch-test_nextcloud__add__test.cmake b/deskutils/nextcloudclient/files/patch-test_nextcloud__add__test.cmake
deleted file mode 100644
index 203bafc64807..000000000000
--- a/deskutils/nextcloudclient/files/patch-test_nextcloud__add__test.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
---- test/nextcloud_add_test.cmake.orig 2021-09-30 11:13:39 UTC
-+++ test/nextcloud_add_test.cmake
-@@ -23,7 +23,7 @@ macro(nextcloud_add_test test_class)
- )
- endif()
-
-- if (UNIX)
-+ if (LINUX)
- target_link_libraries(${OWNCLOUD_TEST_CLASS}Test
- "${synclib_NAME}_vfs_xattr"
- )