소스 검색

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 년 전
부모
커밋
9c3cdee11a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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}')
-