Skip to content

Commit 761ca77

Browse files
committed
Fix skipped testcase indication
1 parent efc6835 commit 761ca77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/case-00-hello.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ dialect=$4
3030

3131
# Return 0 means the case is run successfully.
3232
# Return 1 means the case is run in failure.
33-
# Return 2 means the case is skipped.
33+
# Return 77 means the case is skipped.
3434
exit 0

0 commit comments

Comments
 (0)