aboutsummaryrefslogtreecommitdiff
path: root/t/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2024-03-14 17:35:09 +0200
committerSergey Poznyakoff <gray@gnu.org>2024-03-14 17:59:52 +0200
commite879cd3085ff09f2ff7aff88b9a725d69f209a24 (patch)
treef16d044f42aa19faa5f1f0d0e7c5ec12d89f5fe2 /t/Makefile.am
parent33ab56c03ef99f1d9f508090d3452a78496cfe93 (diff)
downloadruncap-master.tar.gz
runcap-master.tar.bz2
Allow to set execution environmentHEADv1.4master
* runcap.3: Document changes. * runcap.c (runcap_start): Set environ if rc->rc_env is not NULL. (runcap_init): Initialize rc->rc_env with NULL if RCF_ENV is not set. * runcap.h (struct runcap): New field: rc_env. (RCF_ENV): New flag. * t/env.at: New test. * t/Makefile.am: Add new test. * t/testsuite.at: Likewise. * t/rt.c: New option: -e (modify environment).
Diffstat (limited to 't/Makefile.am')
-rw-r--r--t/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/Makefile.am b/t/Makefile.am
index 9e958ad..1905212 100644
--- a/t/Makefile.am
+++ b/t/Makefile.am
@@ -55,7 +55,8 @@ TESTSUITE_AT = \
nocap.at\
redirect.at\
seek00.at\
- seek01.at
+ seek01.at\
+ env.at
# Add more files here
TESTSUITE = $(srcdir)/testsuite

Return to:

Send suggestions and report system problems to the System administrator.