]> sourceware.org Git - lvm2.git/commitdiff
Fix typo.
authorPetr Rockai <prokai@redhat.com>
Tue, 4 Nov 2008 14:38:53 +0000 (14:38 +0000)
committerPetr Rockai <prokai@redhat.com>
Tue, 4 Nov 2008 14:38:53 +0000 (14:38 +0000)
test/test-utils.sh

index fc84c2d5e95d4ee9d185912a048dc5b767a9bfc0..659d4ff34fd65fed0cacb2c5a8ebc175e1787b6c 100644 (file)
@@ -83,9 +83,10 @@ prepare_loop() {
                                LOOP=$dev
                        done
                done
-               test -n "LOOP" # confirm or fail
+               test -n "$LOOP" # confirm or fail
+               return 0
        fi
-       exit 1 # should not be accesible
+       exit 1 # should not happen
 }
 
 prepare_devs() {
This page took 0.038718 seconds and 5 git commands to generate.