summaryrefslogtreecommitdiff
path: root/usr/src/pkg/manifests/system-test-ksh93.p5m
blob: d6aac3d6792375ff7c4ef5f90d0843c6491b628e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#

#
# Copyright 2021 OmniOS Community Edition (OmniOSce) Association.
#

set name=pkg.fmri value=pkg:/system/test/ksh93@$(PKGVERS)
set name=pkg.summary value="AT&T ksh93 test suite"
set name=pkg.description value="ksh93 unit tests"
set name=info.classification \
    value=org.opensolaris.category.2008:Development/System
dir  path=opt/ksh93-tests
file path=opt/ksh93-tests/README.tests
file path=opt/ksh93-tests/shtests mode=0755
dir  path=opt/ksh93-tests/tests
file path=opt/ksh93-tests/tests/alias.sh
file path=opt/ksh93-tests/tests/append.sh
file path=opt/ksh93-tests/tests/arith.sh
file path=opt/ksh93-tests/tests/arrays.sh
file path=opt/ksh93-tests/tests/arrays2.sh
file path=opt/ksh93-tests/tests/attributes.sh
file path=opt/ksh93-tests/tests/basic.sh
file path=opt/ksh93-tests/tests/bracket.sh
file path=opt/ksh93-tests/tests/builtins.sh
file path=opt/ksh93-tests/tests/case.sh
file path=opt/ksh93-tests/tests/comvar.sh
file path=opt/ksh93-tests/tests/comvario.sh
file path=opt/ksh93-tests/tests/coprocess.sh
file path=opt/ksh93-tests/tests/cubetype.sh
file path=opt/ksh93-tests/tests/enum.sh
file path=opt/ksh93-tests/tests/exit.sh
file path=opt/ksh93-tests/tests/expand.sh
file path=opt/ksh93-tests/tests/functions.sh
file path=opt/ksh93-tests/tests/glob.sh
file path=opt/ksh93-tests/tests/grep.sh
file path=opt/ksh93-tests/tests/heredoc.sh
file path=opt/ksh93-tests/tests/illumos_13434_chunked_heredoc.sh
file path=opt/ksh93-tests/tests/illumos_4149_builtin_head.sh
file path=opt/ksh93-tests/tests/io.sh
file path=opt/ksh93-tests/tests/leaks.sh
file path=opt/ksh93-tests/tests/locale.sh
file path=opt/ksh93-tests/tests/math.sh
file path=opt/ksh93-tests/tests/nameref.sh
file path=opt/ksh93-tests/tests/namespace.sh
file path=opt/ksh93-tests/tests/options.sh
file path=opt/ksh93-tests/tests/path.sh
file path=opt/ksh93-tests/tests/pointtype.sh
file path=opt/ksh93-tests/tests/pty.sh
file path=opt/ksh93-tests/tests/quoting.sh
file path=opt/ksh93-tests/tests/quoting2.sh
file path=opt/ksh93-tests/tests/readcsv.sh
file path=opt/ksh93-tests/tests/recttype.sh
file path=opt/ksh93-tests/tests/restricted.sh
file path=opt/ksh93-tests/tests/return.sh
file path=opt/ksh93-tests/tests/select.sh
file path=opt/ksh93-tests/tests/sigchld.sh
file path=opt/ksh93-tests/tests/signal.sh
file path=opt/ksh93-tests/tests/statics.sh
file path=opt/ksh93-tests/tests/subshell.sh
file path=opt/ksh93-tests/tests/substring.sh
file path=opt/ksh93-tests/tests/sun_solaris_array_default_datatype.sh
file path=opt/ksh93-tests/tests/sun_solaris_builtin_poll.sh
file path=opt/ksh93-tests/tests/sun_solaris_builtin_sum.sh
file path=opt/ksh93-tests/tests/sun_solaris_builtin_tail.sh
file path=opt/ksh93-tests/tests/sun_solaris_command_substitution.sh
file path=opt/ksh93-tests/tests/sun_solaris_compound_misc.sh
file path=opt/ksh93-tests/tests/sun_solaris_compound_nameref.sh
file path=opt/ksh93-tests/tests/sun_solaris_compoundvario.sh
file path=opt/ksh93-tests/tests/sun_solaris_cr_6687139_command_substitution_exec_redirection_allocation_loop.sh
file path=opt/ksh93-tests/tests/sun_solaris_cr_6713682_compound_var_bleeds_through_subshell.sh
file path=opt/ksh93-tests/tests/sun_solaris_cr_6722134_background_CHLD_trap.sh
file path=opt/ksh93-tests/tests/sun_solaris_cr_6753538_subshell_leaks_umask.sh
file path=opt/ksh93-tests/tests/sun_solaris_cr_6754020_weird_square_bracket_expansion.sh
file path=opt/ksh93-tests/tests/sun_solaris_cr_6763594_command_failure_execs_twice.sh
file path=opt/ksh93-tests/tests/sun_solaris_cr_6766246_pattern_matching_bug.sh
file path=opt/ksh93-tests/tests/sun_solaris_cr_6769332_substitutions_terminate_shell_after_257_iterations.sh
file path=opt/ksh93-tests/tests/sun_solaris_cr_6777491_lacks_arithmetric_function_iszero.sh
file path=opt/ksh93-tests/tests/sun_solaris_cr_6778077_sigthaw_trap.sh
file path=opt/ksh93-tests/tests/sun_solaris_cr_6789247_printf_hexfloat_rounding.sh
file path=opt/ksh93-tests/tests/sun_solaris_cr_6800929_large_command_substitution_hang.sh
file path=opt/ksh93-tests/tests/sun_solaris_cr_6805792_varmovetest1.sh
file path=opt/ksh93-tests/tests/sun_solaris_cr_6805794_character_to_wchar_not_working.sh
file path=opt/ksh93-tests/tests/sun_solaris_cr_6805795_negative_zero.sh
file path=opt/ksh93-tests/tests/sun_solaris_cr_6807179_shellpattern_uses_getpwnam.sh
file path=opt/ksh93-tests/tests/sun_solaris_cr_6835835_builtin_cat_n_broken.sh
file path=opt/ksh93-tests/tests/sun_solaris_cr_6848486_echo_test_with_test_undefined_executes_test_builtin.sh
file path=opt/ksh93-tests/tests/sun_solaris_cr_6855875_typeset_hexfloat_has_too_few_digits.sh
file path=opt/ksh93-tests/tests/sun_solaris_cr_6862121_shbinexec_kernel_module_defunct.sh
file path=opt/ksh93-tests/tests/sun_solaris_cr_6881017_background_process_in_subshell_hangs_caller.sh
file path=opt/ksh93-tests/tests/sun_solaris_cr_6887363_shell_sometimes_mishandles_return_value_of_its_child_process.sh
file path=opt/ksh93-tests/tests/sun_solaris_cr_6904557_wc_no_longer_counts_number_of_bytes_correctly.sh
file path=opt/ksh93-tests/tests/sun_solaris_cr_6904575_cut_-d_with_multibyte_character_no_longer_works.sh
file path=opt/ksh93-tests/tests/sun_solaris_cr_6904878_join_-t_no_longer_works_with_multibyte_char_separator.sh
file path=opt/ksh93-tests/tests/sun_solaris_cr_6907460_EXIT_trap_handlers_are_sometimes_executed_twice.sh
file path=opt/ksh93-tests/tests/sun_solaris_cr_xxxxxxxx_template.sh
file path=opt/ksh93-tests/tests/sun_solaris_getconf.sh
file path=opt/ksh93-tests/tests/sun_solaris_local_compound_nameref001.sh
file path=opt/ksh93-tests/tests/sun_solaris_locale_misc.sh
file path=opt/ksh93-tests/tests/sun_solaris_staticvariables.sh
file path=opt/ksh93-tests/tests/sun_solaris_vartree001.sh
file path=opt/ksh93-tests/tests/sun_solaris_vartree002.sh
file path=opt/ksh93-tests/tests/sun_solaris_vartree003.sh
file path=opt/ksh93-tests/tests/tilde.sh
file path=opt/ksh93-tests/tests/timetype.sh
file path=opt/ksh93-tests/tests/treemove.sh
file path=opt/ksh93-tests/tests/types.sh
file path=opt/ksh93-tests/tests/variables.sh
file path=opt/ksh93-tests/tests/vartree1.sh
file path=opt/ksh93-tests/tests/vartree2.sh
license lic_CDDL license=lic_CDDL
license usr/src/contrib/ast/LICENSE license=usr/src/contrib/ast/LICENSE