testsuite: Rename "diff" test to "not-diff"

3 things you need to know about this change:

1. We use diff(1) in various tests to check generated text against
   reference output
2. Windows locates executables not just in $PATH, it also looks in
   $cwd and the directory of the current process' binary
3. Multiple tests live together in the same directory

Windows is fun.
This commit is contained in:
Benjamin Otte
2024-11-04 23:12:47 +01:00
parent 3d578e8db5
commit 01453c733c
2 changed files with 1 additions and 1 deletions

View File

@@ -570,8 +570,8 @@ internal_tests = [
[ 'boundingbox'],
[ 'curve', [ ], [ 'flaky' ]],
[ 'curve-special-cases' ],
[ 'diff' ],
[ 'half-float' ],
[ 'not-diff' ],
[ 'misc'],
[ 'path-private' ],
[ 'rounded-rect'],