From 446852db3b20c78926a70599e606bc2aecddb4a2 Mon Sep 17 00:00:00 2001 From: Petr Rockai Date: Tue, 4 Nov 2008 14:38:53 +0000 Subject: [PATCH] Fix typo. --- test/test-utils.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/test-utils.sh b/test/test-utils.sh index fc84c2d5e..659d4ff34 100644 --- a/test/test-utils.sh +++ b/test/test-utils.sh @@ -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() {