diff options
author | Ryan Moeller <[email protected]> | 2020-01-07 15:38:12 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2020-01-07 12:38:12 -0800 |
commit | 798b2b84773860d802f3eac147f817f038ee4b7a (patch) | |
tree | 85aebf2f8de6e1f43d5a4531b5664bc82f6d4aa4 /tests/runfiles | |
parent | c24fa4b19a1b117945f3235e014f926fe93b0c5a (diff) |
ZTS: Add sunos.run to dist data
This was missed when the file was introduced.
Reviewed-by: John Kennedy <[email protected]>
Reviewed-by: Kjeld Schouten <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #9815
Diffstat (limited to 'tests/runfiles')
-rw-r--r-- | tests/runfiles/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/runfiles/Makefile.am b/tests/runfiles/Makefile.am index 9733164a7..cc630a5e9 100644 --- a/tests/runfiles/Makefile.am +++ b/tests/runfiles/Makefile.am @@ -3,4 +3,5 @@ dist_pkgdata_DATA = \ common.run \ linux.run \ longevity.run \ - perf-regression.run + perf-regression.run \ + sunos.run |