Module Name: src Committed By: christos Date: Sat May 31 14:36:03 UTC 2014
Modified Files: src/distrib/sets/lists/tests: mi Log Message: new shell tests To generate a diff of this commit: cvs rdiff -u -r1.569 -r1.570 src/distrib/sets/lists/tests/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/sets/lists/tests/mi diff -u src/distrib/sets/lists/tests/mi:1.569 src/distrib/sets/lists/tests/mi:1.570 --- src/distrib/sets/lists/tests/mi:1.569 Thu May 15 12:32:28 2014 +++ src/distrib/sets/lists/tests/mi Sat May 31 10:36:03 2014 @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.569 2014/05/15 16:32:28 apb Exp $ +# $NetBSD: mi,v 1.570 2014/05/31 14:36:03 christos Exp $ # # Note: don't delete entries from here - mark them as "obsolete" instead. # @@ -840,6 +840,202 @@ ./usr/tests/bin/sh/t_ulimit tests-bin-tests atf ./usr/tests/bin/sh/t_varquote tests-bin-tests atf ./usr/tests/bin/sh/t_wait tests-bin-tests atf +./usr/tests/bin/sh/dotcmd tests-bin-tests +./usr/tests/bin/sh/dotcmd/scopped_command tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/t_dotcmd tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out tests-bin-tests +./usr/tests/bin/sh/dotcmd/out/case_break_case.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/case_break_compound.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/case_break_file.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/case_break_for.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/case_break_func.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/case_break_subshell.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/case_break_until.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/case_break_while.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/case_continue_case.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/case_continue_compound.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/case_continue_file.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/case_continue_for.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/case_continue_func.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/case_continue_subshell.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/case_continue_until.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/case_continue_while.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/case_return_case.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/case_return_compound.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/case_return_file.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/case_return_for.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/case_return_func.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/case_return_subshell.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/case_return_until.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/case_return_while.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/compound_break_case.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/compound_break_compound.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/compound_break_file.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/compound_break_for.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/compound_break_func.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/compound_break_subshell.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/compound_break_until.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/compound_break_while.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/compound_continue_case.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/compound_continue_compound.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/compound_continue_file.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/compound_continue_for.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/compound_continue_func.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/compound_continue_subshell.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/compound_continue_until.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/compound_continue_while.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/compound_return_case.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/compound_return_compound.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/compound_return_file.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/compound_return_for.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/compound_return_func.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/compound_return_subshell.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/compound_return_until.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/compound_return_while.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/file_break_case.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/file_break_compound.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/file_break_file.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/file_break_for.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/file_break_func.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/file_break_subshell.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/file_break_until.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/file_break_while.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/file_continue_case.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/file_continue_compound.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/file_continue_file.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/file_continue_for.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/file_continue_func.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/file_continue_subshell.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/file_continue_until.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/file_continue_while.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/file_return_case.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/file_return_compound.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/file_return_file.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/file_return_for.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/file_return_func.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/file_return_subshell.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/file_return_until.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/file_return_while.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/for_break_case.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/for_break_compound.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/for_break_file.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/for_break_for.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/for_break_func.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/for_break_subshell.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/for_break_until.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/for_break_while.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/for_continue_case.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/for_continue_compound.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/for_continue_file.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/for_continue_for.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/for_continue_func.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/for_continue_subshell.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/for_continue_until.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/for_continue_while.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/for_return_case.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/for_return_compound.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/for_return_file.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/for_return_for.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/for_return_func.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/for_return_subshell.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/for_return_until.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/for_return_while.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/func_break_case.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/func_break_compound.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/func_break_file.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/func_break_for.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/func_break_func.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/func_break_subshell.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/func_break_until.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/func_break_while.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/func_continue_case.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/func_continue_compound.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/func_continue_file.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/func_continue_for.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/func_continue_func.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/func_continue_subshell.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/func_continue_until.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/func_continue_while.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/func_return_case.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/func_return_compound.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/func_return_file.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/func_return_for.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/func_return_func.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/func_return_subshell.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/func_return_until.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/func_return_while.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/subshell_break_case.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/subshell_break_compound.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/subshell_break_file.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/subshell_break_for.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/subshell_break_func.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/subshell_break_subshell.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/subshell_break_until.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/subshell_break_while.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/subshell_continue_case.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/subshell_continue_compound.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/subshell_continue_file.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/subshell_continue_for.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/subshell_continue_func.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/subshell_continue_subshell.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/subshell_continue_until.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/subshell_continue_while.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/subshell_return_case.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/subshell_return_compound.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/subshell_return_file.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/subshell_return_for.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/subshell_return_func.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/subshell_return_subshell.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/subshell_return_until.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/subshell_return_while.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/until_break_case.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/until_break_compound.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/until_break_file.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/until_break_for.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/until_break_func.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/until_break_subshell.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/until_break_until.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/until_break_while.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/until_continue_case.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/until_continue_compound.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/until_continue_file.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/until_continue_for.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/until_continue_func.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/until_continue_subshell.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/until_continue_until.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/until_continue_while.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/until_return_case.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/until_return_compound.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/until_return_file.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/until_return_for.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/until_return_func.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/until_return_subshell.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/until_return_until.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/until_return_while.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/while_break_case.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/while_break_compound.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/while_break_file.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/while_break_for.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/while_break_func.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/while_break_subshell.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/while_break_until.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/while_break_while.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/while_continue_case.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/while_continue_compound.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/while_continue_file.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/while_continue_for.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/while_continue_func.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/while_continue_subshell.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/while_continue_until.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/while_continue_while.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/while_return_case.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/while_return_compound.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/while_return_file.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/while_return_for.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/while_return_func.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/while_return_subshell.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/while_return_until.out tests-bin-tests atf +./usr/tests/bin/sh/dotcmd/out/while_return_while.out tests-bin-tests atf ./usr/tests/bin/sleep tests-bin-tests ./usr/tests/bin/sleep/Atffile tests-bin-tests atf ./usr/tests/bin/sleep/Kyuafile tests-bin-tests atf,kyua