From 798b2b84773860d802f3eac147f817f038ee4b7a Mon Sep 17 00:00:00 2001 From: Ryan Moeller Date: Tue, 7 Jan 2020 15:38:12 -0500 Subject: [PATCH] ZTS: Add sunos.run to dist data This was missed when the file was introduced. Reviewed-by: John Kennedy Reviewed-by: Kjeld Schouten Reviewed-by: Brian Behlendorf Signed-off-by: Ryan Moeller Closes #9815 --- tests/runfiles/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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