
16 Jun
2014
16 Jun
'14
9:10 a.m.
On 06/13/14 18:31, Eric Blake wrote:
Typing chain->backingStore->backingStore gets old after a while; introduce some alias variables to make the test more compact.
* tests/virstoragetest.c (mymain): Introduce some shorthand.
Signed-off-by: Eric Blake <eblake@redhat.com> --- tests/virstoragetest.c | 63 +++++++++++++++++++++----------------------------- 1 file changed, 26 insertions(+), 37 deletions(-)
diff --git a/tests/virstoragetest.c b/tests/virstoragetest.c index cdd4794..cffb961 100644 --- a/tests/virstoragetest.c +++ b/tests/virstoragetest.c
ACK, Peter