Fix test case to work on Ubuntu

Signed-off-by: nickthetait <nicholas.tait@ieee.org>
This commit is contained in:
nickthetait 2018-03-13 23:56:49 -06:00
parent d7ce082024
commit 23c1a7e289
1 changed files with 3 additions and 3 deletions

View File

@ -177,9 +177,9 @@ test_006: flawfinder test.c
test_007: setup.py
@echo 'test_007 (setup.py sane)'
@test "`$(PYTHON) setup.py --name`" == 'flawfinder'
@test "`$(PYTHON) setup.py --license`" == 'GPL-2.0+'
@test "`$(PYTHON) setup.py --author`" == 'David A. Wheeler'
@test "`$(PYTHON) setup.py --name`" = 'flawfinder'
@test "`$(PYTHON) setup.py --license`" = 'GPL-2.0+'
@test "`$(PYTHON) setup.py --author`" = 'David A. Wheeler'
# Run all tests on *one* version of Python;
# output shows differences from expected results.