]> sourceware.org Git - lvm2.git/commitdiff
test: Fix a spurious failure in skip_if_mirror_recovery_broken.
authorPetr Rockai <prockai@redhat.com>
Tue, 3 Sep 2013 18:05:22 +0000 (20:05 +0200)
committerPetr Rockai <prockai@redhat.com>
Tue, 3 Sep 2013 18:06:24 +0000 (20:06 +0200)
test/lib/aux.sh

index bca709a3d5a5bec07f009bc3337690f315ffb0b7..286fb96c64d785d7035041ce4797b7bcaf730267 100644 (file)
@@ -605,7 +605,7 @@ api() {
 }
 
 skip_if_mirror_recovery_broken() {
-        test `uname -r` = 3.3.4-5.fc17.i686 && skip
+        if test `uname -r` = 3.3.4-5.fc17.i686; then skip; fi
 }
 
 udev_wait() {
This page took 0.037537 seconds and 5 git commands to generate.