mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-31 02:58:20 +02:00
Since one test read in a file, wrote it out, and read it in again, we have to be careful of whether srcdir == builddir or not. If it doesn't, then we need to remove the written-out connection file. If it does, then we don't want to remove that written-out connection file because it's tracked by SCM. Avoid the whole problem by writing it out to a separate directory that we can always delete it from. |
||
|---|---|---|
| .. | ||
| tests | ||
| common.h | ||
| errors.c | ||
| Makefile.am | ||
| nm-ifcfg-connection.c | ||
| nm-ifcfg-connection.h | ||
| plugin.c | ||
| plugin.h | ||
| reader.c | ||
| reader.h | ||
| shvar.c | ||
| shvar.h | ||
| utils.c | ||
| utils.h | ||
| writer.c | ||
| writer.h | ||