diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-04-26 12:06:09 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-04-26 12:06:09 -0400 |
commit | 5b28e3905a24f17fbbaedbe692f19c4bd9b57b5e (patch) | |
tree | f1fdb2284c9e4555628be17d0071677c1d9c6253 /etc | |
parent | tests: use AUTOTEST_PATH rather than setting PATH manually (diff) | |
download | sandbox-5b28e3905a24f17fbbaedbe692f19c4bd9b57b5e.tar.gz sandbox-5b28e3905a24f17fbbaedbe692f19c4bd9b57b5e.tar.bz2 sandbox-5b28e3905a24f17fbbaedbe692f19c4bd9b57b5e.zip |
setup local sandbox.d for running tests to avoid /etc/sandbox.d
Always use local sandbox.d copy to avoid random /etc/sandbox.d issues like
it doesn't exist, or has permission problems, or anything else.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile.am | 6 | ||||
-rw-r--r-- | etc/sandbox.d/00default (renamed from etc/00default) | 0 | ||||
-rw-r--r-- | etc/sandbox.d/Makefile.am | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am index 3425f1b..1640a57 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -1,6 +1,4 @@ +SUBDIRS = sandbox.d + confdir = $(sysconfdir) dist_conf_DATA = sandbox.conf - -confddir = $(sysconfdir)/sandbox.d -dist_confd_DATA = 00default - diff --git a/etc/00default b/etc/sandbox.d/00default index a419480..a419480 100644 --- a/etc/00default +++ b/etc/sandbox.d/00default diff --git a/etc/sandbox.d/Makefile.am b/etc/sandbox.d/Makefile.am new file mode 100644 index 0000000..b8195ff --- /dev/null +++ b/etc/sandbox.d/Makefile.am @@ -0,0 +1,2 @@ +confddir = $(sysconfdir)/sandbox.d +dist_confd_DATA = 00default |