Skip to content

Commit 5995c9d

Browse files
committed
shell_test_check_argv.sh: Fix syntax error
Fixes: 3b0033a ("testcases/lib: Add license to shell scripts") Signed-off-by: Petr Vorel <pvorel@suse.cz>
1 parent 7287595 commit 5995c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testcases/lib/tests/shell_test_check_argv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ if [ "$2" != "param2" ]; then
2222
tst_res TFAIL "Second parameter is $2 expected param2"
2323
else
2424
tst_res TPASS "Second parameter is $2"
25-
#fi
25+
fi

0 commit comments

Comments
 (0)