diff --git a/makefile b/makefile index a5813a2..f7d07ae 100644 --- a/makefile +++ b/makefile @@ -151,9 +151,9 @@ test_004: flawfinder test.c test-results-004.txt @diff -u correct-results-004.txt test-results-004.txt -test_005: flawfinder test-diff-0005.patch test-patched.c +test_005: flawfinder test-diff-005.patch test-patched.c @echo 'test_005 (diff)' - @$(PYTHON) ./flawfinder -SQDC -P test-diff-0005.patch \ + @$(PYTHON) ./flawfinder -SQDC -P test-diff-005.patch \ test-patched.c > test-results-005.txt @diff -u correct-results-005.txt test-results-005.txt diff --git a/test-diff-0005.patch b/test-diff-005.patch similarity index 100% rename from test-diff-0005.patch rename to test-diff-005.patch