]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Avoid winning the useless use of cat award
authorDirk Mueller <dirk@dmllr.de>
Sun, 23 Jun 2013 12:06:55 +0000 (14:06 +0200)
committerDirk Mueller <dirk@dmllr.de>
Tue, 25 Jun 2013 16:11:07 +0000 (18:11 +0200)
commit7c0e21ad3f9241f7c7550971d33bcf858b5f17dc
tree7b7a96fb52815701c59e616d6e26c6ef34bd5402
parent0c1558151688b0559dc032144e0a0af8e837b152
Avoid winning the useless use of cat award

We can use file operations directly, no need
to run cat(1)

Change-Id: Id8a9f615dfb11d1bd7acd4a7d6f40545c246e5cd
cinder/tests/test_wsgi.py