diff options
author | John Levon <john.levon@joyent.com> | 2020-05-15 12:04:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-15 12:04:51 +0100 |
commit | 29076355133a612fb0488c303a3a3caadf5d8568 (patch) | |
tree | d6b3cedfc47493cb93c4d32b734387623b6ef9d9 /usr/src/pkg | |
parent | e44b2be409912a2b68f1a2dab4b53bb0c8ddc484 (diff) | |
download | illumos-joyent-29076355133a612fb0488c303a3a3caadf5d8568.tar.gz |
OS-8173 system-test-smartostest.mf has a non-executable isaexec (#303)
Reviewed by: Jorge Schrauwen <sjorge@blackdot.be>
Reviewed by: Tim Foster <tim.foster@joyent.com>
Approved by: Tim Foster <tim.foster@joyent.com>
Diffstat (limited to 'usr/src/pkg')
-rw-r--r-- | usr/src/pkg/manifests/system-test-smartostest.mf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/pkg/manifests/system-test-smartostest.mf b/usr/src/pkg/manifests/system-test-smartostest.mf index 21bc4cbd1a..47a6e8edfc 100644 --- a/usr/src/pkg/manifests/system-test-smartostest.mf +++ b/usr/src/pkg/manifests/system-test-smartostest.mf @@ -44,7 +44,7 @@ file path=usr/bin/ctfmerge mode=0555 # The libc-tests attempt to forge a hardlink to isaexec # so we need to redeliver isaexec in order to create the # proto area correctly. -file path=usr/lib/isaexec +file path=usr/lib/isaexec mode=0555 license cr_Sun license=cr_Sun license lic_CDDL license=lic_CDDL |