6
0
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:
zotov 2022-02-12 12:03:18 +03:00
parent 3655598c1a
commit 88218d531b

View File

@ -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);
"""