summaryrefslogtreecommitdiff
path: root/libnm-core/tests/test-setting-dcb.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-06-15 15:29:10 +0200
committerThomas Haller <thaller@redhat.com>2016-06-16 10:45:53 +0200
commit4b288136e1893a7ac21f04370008e37feb3cfac9 (patch)
tree7735e8433e0e803e22d11d3773546fba6c8ae342 /libnm-core/tests/test-setting-dcb.c
parentb6b84d0442809d1b127c4bb36f09445ece2ac262 (diff)
downloadNetworkManager-4b288136e1893a7ac21f04370008e37feb3cfac9.tar.gz
shared: move shared files to subdirectory "shared/nm-utils/"
The "shared" directory contains files that are possibly used by all components of NetworkManager repository. Some of these files are even copied as-is to other projects (VPN plugins, nm-applet) and used there without modification. Move those files to a separate directory. By moving them to a common directory, it is clearer that they belong together. Also, you can easier compare the copied versions to their original via $ diff -r ./shared/nm-utils/ /path/to/nm-vpn-plugin/shared/nm-utils/
Diffstat (limited to 'libnm-core/tests/test-setting-dcb.c')
-rw-r--r--libnm-core/tests/test-setting-dcb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-core/tests/test-setting-dcb.c b/libnm-core/tests/test-setting-dcb.c
index 09cf8d9837..55c1c5162c 100644
--- a/libnm-core/tests/test-setting-dcb.c
+++ b/libnm-core/tests/test-setting-dcb.c
@@ -28,7 +28,7 @@
#include "nm-connection.h"
#include "nm-errors.h"
-#include "nm-test-utils.h"
+#include "nm-utils/nm-test-utils.h"
#define DCB_FLAGS_ALL (NM_SETTING_DCB_FLAG_ENABLE | \
NM_SETTING_DCB_FLAG_ADVERTISE | \