src/tests/cli/t_pkgrepo.py
changeset 2272 d81ea073d050
parent 2206 515600709242
child 2286 938fbb350ad2
equal deleted inserted replaced
2271:543c2c6e40e1 2272:d81ea073d050
    45 import unittest
    45 import unittest
    46 
    46 
    47 class TestPkgRepo(pkg5unittest.SingleDepotTestCase):
    47 class TestPkgRepo(pkg5unittest.SingleDepotTestCase):
    48         # Cleanup after every test.
    48         # Cleanup after every test.
    49         persistent_setup = False
    49         persistent_setup = False
       
    50         # Tests in this suite use the read only data directory.
       
    51         need_ro_data = True
    50 
    52 
    51         tree10 = """
    53         tree10 = """
    52             open [email protected],5.11-0
    54             open [email protected],5.11-0
    53             close
    55             close
    54         """
    56         """