diff options
Diffstat (limited to 'test/Options/PackageOption.py')
| -rw-r--r-- | test/Options/PackageOption.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Options/PackageOption.py b/test/Options/PackageOption.py index ca8944d..cc520f7 100644 --- a/test/Options/PackageOption.py +++ b/test/Options/PackageOption.py @@ -62,7 +62,7 @@ test.run() check(['1']) test.run(arguments='x11=no'); check(['0']) test.run(arguments='x11=0'); check(['0']) -test.run(arguments='"x11=%s"' % test.workpath()); check([test.workpath()]) +test.run(arguments=['x11=%s' % test.workpath()]); check([test.workpath()]) test.run(arguments='x11=/non/existing/path/', stderr = """ |
