]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: avoid PATH_MAX-sized array
authorEric Blake <eblake@redhat.com>
Wed, 22 Jun 2011 20:03:30 +0000 (14:03 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 22 Jun 2011 23:13:58 +0000 (17:13 -0600)
commitca8b4cec6d427a181789aca0ead51c9b8f1b179c
tree49afee354d4656730ae450776943f6bab02de65c
parentaa286e537db10e1289c933d76845b94d8a51825b
tests: avoid PATH_MAX-sized array

See previous patch for why this is good...

* src/test/test_driver.c (struct _testConn, testOpenFromFile)
(testClose): Manage path dynamically.
src/test/test_driver.c