Home
last modified time | relevance | path

Searched refs:ar_f01 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/util-tests/tests/ar/
H A Dartest.ksh32 ar_f01="$ar_tmpdir/test01.a"
89 if ! $ar_prog cr $ar_f01 $ar_data0 $ar_data1; then
90 warn "failed to create basic archive $ar_f01"
97 if ! $dump_prog -g $ar_f01 | sed 1d > $ar_f01.dump; then
98 warn "failed to dump archive $ar_f01"
105 if ! $nm_prog -P -tx $ar_f01 > $ar_f01.nm; then
106 warn "failed to nm archive $ar_f01"
110 warn "failed to nm archive $ar_f01"
144 if ! cp $ar_f01 $alt; then
157 if compare_files "$ar_f01" "$alt"; then
[all …]