summaryrefslogtreecommitdiff
path: root/usr/src/pkg
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@fingolfin.org>2021-10-17 15:06:11 -0700
committerRobert Mustacchi <rm@fingolfin.org>2021-11-11 11:19:33 -0800
commitfb25420ba8dbfa4c292d42c87555eee97a474854 (patch)
tree9085a8dd9bdd229e677e022316fe1971e708017e /usr/src/pkg
parent12faddfc969d1c6aa650b4b2ebd995071c86350d (diff)
downloadillumos-joyent-fb25420ba8dbfa4c292d42c87555eee97a474854.tar.gz
14105 ar -s could work on its own
14213 Want basic ar test suite 14212 ar cra and crb don't work 14214 ar usage message needs updating for -q Reviewed by: Rich Lowe <richlowe@richlowe.net> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/pkg')
-rw-r--r--usr/src/pkg/manifests/system-test-utiltest.mf6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/src/pkg/manifests/system-test-utiltest.mf b/usr/src/pkg/manifests/system-test-utiltest.mf
index db4a0fd505..d364eac968 100644
--- a/usr/src/pkg/manifests/system-test-utiltest.mf
+++ b/usr/src/pkg/manifests/system-test-utiltest.mf
@@ -16,7 +16,7 @@
# Copyright 2020 Joyent, Inc.
# Copyright 2017 Jason King.
# Copyright 2020 OmniOS Community Edition (OmniOSce) Association.
-# Copyright 2020 Oxide Computer Company
+# Copyright 2021 Oxide Computer Company
#
set name=pkg.fmri value=pkg:/system/test/utiltest@$(PKGVERS)
@@ -29,6 +29,7 @@ dir path=opt/util-tests
dir path=opt/util-tests/bin
dir path=opt/util-tests/runfiles
dir path=opt/util-tests/tests
+dir path=opt/util-tests/tests/ar
dir path=opt/util-tests/tests/awk
dir path=opt/util-tests/tests/awk/bugs-fixed
dir path=opt/util-tests/tests/awk/data
@@ -81,6 +82,9 @@ file path=opt/util-tests/bin/print_json mode=0555
file path=opt/util-tests/bin/utiltest mode=0555
file path=opt/util-tests/runfiles/default.run mode=0444
file path=opt/util-tests/tests/allowed-ips mode=0555
+file path=opt/util-tests/tests/ar/ar_test0.o mode=0444
+file path=opt/util-tests/tests/ar/ar_test1.o mode=0444
+file path=opt/util-tests/tests/ar/artest mode=0555
file path=opt/util-tests/tests/awk/bugs-fixed/a-format.awk mode=0444
file path=opt/util-tests/tests/awk/bugs-fixed/a-format.ok mode=0444
file path=opt/util-tests/tests/awk/bugs-fixed/concat-assign-same.awk mode=0444