diff options
Diffstat (limited to 'test/suite/test_util08.py')
-rw-r--r-- | test/suite/test_util08.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/suite/test_util08.py b/test/suite/test_util08.py index 9d460cd8560..a1cdee26484 100644 --- a/test/suite/test_util08.py +++ b/test/suite/test_util08.py @@ -24,14 +24,12 @@ # OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, # ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR # OTHER DEALINGS IN THE SOFTWARE. -# -# test_util08.py -# Utilities: wt copyright -# from suite_subprocess import suite_subprocess import wiredtiger, wttest +# test_util08.py +# Utilities: wt copyright class test_util08(wttest.WiredTigerTestCase, suite_subprocess): def test_copyright(self): """ |