Displaying 6 results from an estimated 6 matches for "testdirectory".
2007 Nov 21
9
purging exported resources
So I have the following:
define nagios::service (
$nagios_template = ''service-template'',
$host_name = $fqdn,
$service_groups = '''',
$contact_groups = $default_contact_group,
$max_check_attempts = 3,
$dependency = false,
$dependent_host = $fqdn,
$dependent_service = '''',
$check_command = ''''
) {
2012 May 18
0
[LLVMdev] [RFC] llvm/include/Support/FileOutputBuffer.h
...<< "error message: " << ASSERT_NO_ERROR_ec.message() << "\n"; \
> + } else {}
> +
> +namespace {
> +
> +
> +TEST(FileOutputBuffer, Test) {
> + // Create unique temporary directory for these tests
> + SmallString<128> TestDirectory;
> + {
> + int fd;
> + ASSERT_NO_ERROR(
> + fs::unique_file("FileOutputBuffer-test-%%-%%-%%-%%/dir", fd,
> + TestDirectory));
> + ::close(fd);
> + TestDirectory = path::parent_path(TestDirectory);
> + }
> +
> + // TEST...
2012 May 17
3
[LLVMdev] [RFC] llvm/include/Support/FileOutputBuffer.h
I now have an implementation of FileOutputBuffer (OutputBuffer was already taken). The patch supports the functionality listed below and I've tested that it works for lld.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FileOutputBuffer.patch
Type: application/octet-stream
Size: 25308 bytes
Desc: not available
URL:
2004 Mar 22
1
smbclient won't tar empty directories
...option.
Works great, but no empty directories are in the created tar file.
I read the smblient and tar's manpage, without finding the necessary
option. Does anybody know how I can include these nasty emtpy
directories?
command:
smbclient //server/share "test" -U test -N -Tqc foo.tar TestDirectory
BTW, if I use tar without smbclient, empty directories are included
by default.
Thanks for your held in advance!
Christian
2009 Sep 16
1
ACL misbehavior moving from POSIX ACL -> acl_xattr
...es = yes
store dos attributes = yes
This is identical to the setup on the test machine, which worked correctly.
On the production machine, trying to set ACLs via XP's Explorer interface
fails with a permission denied. The log:
set_canon_ace_list: sys_acl_set_file type file failed for file TestDirectory/Test
(Operation not supported).
Having both POSIX ACL and the VFS object turned on produced some interest
results, so last night I unmounted /samba, turned off -o acl, and remounted it.
It now has user_xattr turned on, but -o acl is *off*. Restarted Samba,
everything seemed to work.
In the...
2009 Dec 22
0
[LLVMdev] lower select pass
...oncerning the skeleton) by the lower
switch pass. It simply replaces the select instruction with a branch to to
dummy blocks which in turn unconditionally branch back to "tail" block which
contains the remaining instructions (guarded of course by a phi node).
Attached is also my small testdirectory (which is sadly not a real test).
It would nice if this pass would find its way to mainline.
I would also like this place to thank Tilmann, Nicholas and Daniel for their
great support via IRC.
Best regards
Tim
-------------- next part --------------
A non-text attachment was scrubbed...
Name: l...