diff options
Diffstat (limited to 'test/option--U.py')
-rw-r--r-- | test/option--U.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/option--U.py b/test/option--U.py index 23e82b1..4e8b408 100644 --- a/test/option--U.py +++ b/test/option--U.py @@ -143,5 +143,11 @@ Default('.') test.run(chdir = 'sub4', arguments = '-U') +test.write('SConstruct', """ +Default('no_a_target.in') +""") + +# The following should result in an error, but because of bug 642327, it doesn't: +test.run(arguments = '-U') test.pass_test() |