Skip to content

Commit 5347d4e

Browse files
committed
FIX tyop
1 parent 28572b2 commit 5347d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash_unit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ usage() {
284284
echo "$0 [-f <output format>] [-p <pattern1>] [-p <pattern2>] [-s <skip_pattern1>] [-s <skip_pattern2>] [-r] ... <test_file1> <test_file2> ..." >&2
285285
echo >&2
286286
echo "Runs tests in test files that match <pattern>s" >&2
287-
echo "Test that match the skip patterns are skipped and displayed as PENDING" >&2
287+
echo "Test that match the skip patterns are skipped and displayed as SKIPPED" >&2
288288
echo "<output format> is optional only supported value is tap" >&2
289289
echo "-r to execute test cases in random order" >&2
290290
echo "-v to get current version information" >&2

0 commit comments

Comments
 (0)