[libvirt] [PATCH] test-wrap-argv.pl: Accept short parameter -i for --in-place

Martin Kletzander mkletzan at redhat.com
Fri May 12 13:11:27 UTC 2017


I like to use it that way and every time I try running it I just
instinctively use '-i' (like with sed, etc.) and it makes sense, IMHO.

Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
---
 tests/test-wrap-argv.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test-wrap-argv.pl b/tests/test-wrap-argv.pl
index f0d3c0ba2d10..7867e9d7194e 100755
--- a/tests/test-wrap-argv.pl
+++ b/tests/test-wrap-argv.pl
@@ -31,7 +31,7 @@
 $in_place = 0;
 $check = 0;

-if (@ARGV[0] eq "--in-place") {
+if (@ARGV[0] eq "--in-place" or @ARGV[0] eq "-i") {
     $in_place = 1;
     shift @ARGV;
 } elsif (@ARGV[0] eq "--check") {
-- 
2.12.2




More information about the libvir-list mailing list