Jelajahi Sumber

support/testing/tests/package/test_shadow.py: drop blank line at end of file

Fixes:

support/testing/tests/package/test_shadow.py:55:1: W391 blank line at end of file
1     W391 blank line at end of file
make: *** [Makefile:1253: check-flake8] Error 123

https://gitlab.com/buildroot.org/buildroot/-/jobs/3918132888

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Thomas Petazzoni 2 tahun lalu
induk
melakukan
9c3cdee11a
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      support/testing/tests/package/test_shadow.py

+ 0 - 1
support/testing/tests/package/test_shadow.py

@@ -52,4 +52,3 @@ class TestShadow(BRTest):
         self.assertRunOk(f'usermod {username} --home {new_home}')
         self.assertRunOk(f'test $(su {username} -c \'echo $HOME\') = {new_home}')
         self.assertRunOk(f'userdel {username}')
-