mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
removed 'out nul', otherwise file with this name will be created on Linux. Test query does not produce any output thus we can skip redirection command.
This commit is contained in:
parent
3655598c1a
commit
88218d531b
@ -15,7 +15,6 @@ from firebird.qa import *
|
||||
db = db_factory()
|
||||
|
||||
test_script = """
|
||||
out nul;
|
||||
set explain;
|
||||
select 1 from rdb$relations where rdb$db_key = cast('1234' as char(8) character set octets);
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user