mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Tests: many if/while expresissons simplified after 57276
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# truncate a giving file, all contents of the file are be cleared
|
||||
|
||||
if (`SELECT 'x$file' = 'x'`)
|
||||
if (!$file)
|
||||
{
|
||||
--echo Please assign a file name to $file!!
|
||||
exit;
|
||||
|
Reference in New Issue
Block a user