File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ testouterr_cmd "sh" "restore foo bar" "ERR" "${bad_arg1}restore${bad_arg2}\n$err
6969testouterr_cmd "sh" "saverm foo bar" "ERR" "${bad_arg1}saverm${bad_arg2}\n$err_typehelp"
7070testouterr_cmd "sh" "disable foo bar" "ERR" "${bad_arg1}saverm${bad_arg2}\n$err_typehelp"
7171testouterr_cmd "sh" "saveshow foo bar" "ERR" "${bad_arg1}saveshow${bad_arg2}\n$err_typehelp"
72+ testouterr_cmd "sh" "describe foo bar" "ERR" "${bad_arg1}saveshow${bad_arg2}\n$err_typehelp"
7273testouterr_cmd "sh" "initadd" "ERR" "${bad_arg1}initadd${bad_arg2}\n$err_typehelp"
7374testouterr_cmd "sh" "initprepend" "ERR" "${bad_arg1}initprepend${bad_arg2}\n$err_typehelp"
7475testouterr_cmd "sh" "initswitch" "ERR" "${bad_arg1}initswitch${bad_arg2}\n$err_typehelp"
Original file line number Diff line number Diff line change @@ -45,14 +45,14 @@ testouterr_cmd "ALL" "saveshow $collbadn" "ERR" "$cbadnerrmsg"
4545# test showing nonexistent collection specified as a filepath
4646#
4747
48- testouterr_cmd "ALL" "saveshow $collbadfp" "ERR" "$cbadfperrmsg"
48+ testouterr_cmd "ALL" "describe $collbadfp" "ERR" "$cbadfperrmsg"
4949
5050
5151#
5252# test showing existent file which is not a collection
5353#
5454
55- testouterr_cmd "ALL" "saveshow $badcontfp" "ERR" "$badcontfperrmsg"
55+ testouterr_cmd "ALL" "des $badcontfp" "ERR" "$badcontfperrmsg"
5656
5757
5858#
You can’t perform that action at this time.
0 commit comments