Fix test case to work on Ubuntu
Signed-off-by: nickthetait <nicholas.tait@ieee.org>
This commit is contained in:
parent
d7ce082024
commit
23c1a7e289
6
makefile
6
makefile
|
@ -177,9 +177,9 @@ test_006: flawfinder test.c
|
||||||
|
|
||||||
test_007: setup.py
|
test_007: setup.py
|
||||||
@echo 'test_007 (setup.py sane)'
|
@echo 'test_007 (setup.py sane)'
|
||||||
@test "`$(PYTHON) setup.py --name`" == 'flawfinder'
|
@test "`$(PYTHON) setup.py --name`" = 'flawfinder'
|
||||||
@test "`$(PYTHON) setup.py --license`" == 'GPL-2.0+'
|
@test "`$(PYTHON) setup.py --license`" = 'GPL-2.0+'
|
||||||
@test "`$(PYTHON) setup.py --author`" == 'David A. Wheeler'
|
@test "`$(PYTHON) setup.py --author`" = 'David A. Wheeler'
|
||||||
|
|
||||||
# Run all tests on *one* version of Python;
|
# Run all tests on *one* version of Python;
|
||||||
# output shows differences from expected results.
|
# output shows differences from expected results.
|
||||||
|
|
Loading…
Reference in New Issue