diff options
Diffstat (limited to 'test/Removed/SourceSignatures/Old/no-csigs.py')
-rw-r--r-- | test/Removed/SourceSignatures/Old/no-csigs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Removed/SourceSignatures/Old/no-csigs.py b/test/Removed/SourceSignatures/Old/no-csigs.py index 60c0460..483eeea 100644 --- a/test/Removed/SourceSignatures/Old/no-csigs.py +++ b/test/Removed/SourceSignatures/Old/no-csigs.py @@ -66,7 +66,7 @@ f2.out: \S+ \d+ \d+ \S+ \[build\(target, source, env\)\] """ -test.run_sconsign(arguments = test.workpath('.sconsign'), +test.run_sconsign(arguments = test.workpath(test.get_sconsignname()), stdout = expect) |