search for: 1b88581

Displaying 1 result from an estimated 1 matches for "1b88581".

Did you mean: 1081581
2012 Dec 13
1
[PATCH] daemon: fix directory outside current root when executing commands
...t;0o755"; "/pwd/test-pwd"]; + ["command"; "/pwd/test-pwd"]], "/"); ]; shortdesc = "run a command from the guest filesystem"; longdesc = "\ diff --git a/tests/c-api/Makefile.am b/tests/c-api/Makefile.am index 762c0de..1b88581 100644 --- a/tests/c-api/Makefile.am +++ b/tests/c-api/Makefile.am @@ -34,7 +34,8 @@ check_PROGRAMS = \ test-private-data \ test-user-cancel \ test-debug-to-file \ - test-environment + test-environment \ + test-pwd TESTS = \ tests \ @@ -80,6 +81,9 @@ tests_LDADD = $(top_builddir)/src/lib...