summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-04-27 16:16:51 +0200
committerThomas Haller <thaller@redhat.com>2017-04-27 16:25:20 +0200
commit5fc4bfc0e356444c294d1d8d839c62d56e2f4507 (patch)
tree819c79789c6f1e43673c6ed3d44441a0443aee93
parent3e076cf8b1eba4937e1462d2ca34b9a65f500aff (diff)
downloadNetworkManager-5fc4bfc0e356444c294d1d8d839c62d56e2f4507.tar.gz
ifcfg-rh/tests: fix out-of-tree build for cexpected file
Fixes: f04bf45e84bddb7d685b03b9b36088848a46e75d
-rw-r--r--src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c b/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c
index d3a696b1d9..61200cc473 100644
--- a/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c
+++ b/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c
@@ -5529,7 +5529,7 @@ test_write_wifi_wep_104_ascii (void)
_writer_new_connec_exp (connection,
TEST_SCRATCH_DIR "/network-scripts/",
- TEST_SCRATCH_DIR "/network-scripts/ifcfg-Test_Write_Wifi_WEP_104_ASCII.cexpected",
+ TEST_IFCFG_DIR "/network-scripts/ifcfg-Test_Write_Wifi_WEP_104_ASCII.cexpected",
&testfile);
reread = _connection_from_file (testfile, NULL, TYPE_WIRELESS, NULL);