[Bugfix] if/then/else error with empty expressions.
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 30 Oct 2018 08:15:25 +0000 (17:15 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 30 Oct 2018 08:15:25 +0000 (17:15 +0900)
Add NYI expression to avoid errors.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
ssat-api.sh

index 1f37def..bfd5efa 100644 (file)
@@ -203,8 +203,10 @@ function callCompareTest {
        if (( $? == 0 ))
        then
                # use cmp
+               echo NYI
        else
                # use internal logic (slower!)
+               echo NYI
        fi
        echo NYI
 }