search for: 762c0de

Displaying 1 result from an estimated 1 matches for "762c0de".

Did you mean: 2762c06e
2012 Dec 13
1
[PATCH] daemon: fix directory outside current root when executing commands
...ot;; "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...