diff options
author | Ryan Moeller <[email protected]> | 2020-04-15 12:21:40 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2020-04-15 09:21:40 -0700 |
commit | af99094dee7b47d32678b271ca90563e9b89bb78 (patch) | |
tree | 20b29a480fbba05a74e7134b8e0cd114a3f71be8 /tests | |
parent | 813c8564ee756ad0a51cd5a67750b97292611efe (diff) |
Don't delete freebsd.run in distclean
Add a comment so the file is not empty.
The comment can be removed when FreeBSD-specific tests are added.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Sean Eric Fagan <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #10206
Diffstat (limited to 'tests')
-rw-r--r-- | tests/runfiles/freebsd.run | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runfiles/freebsd.run b/tests/runfiles/freebsd.run index e69de29bb..447463699 100644 --- a/tests/runfiles/freebsd.run +++ b/tests/runfiles/freebsd.run @@ -0,0 +1 @@ +# don't delete this file |