diff options
-rwxr-xr-x | run_unittests.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/run_unittests.py b/run_unittests.py index 61c0816..f353a10 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -2914,6 +2914,9 @@ class LinuxlikeTests(BasePlatformTests): self.assertEqual(want_mode, found_mode, msg=('Expected file %s to have mode %s but found %s instead.' % (fsobj, want_mode, found_mode))) + # Ensure that introspect --installed works on all types of files + # FIXME: also verify the files list + self.introspect('--installed') def test_install_umask(self): ''' |