[libgda] Fixed meson dist



commit 5d23892e1c8abd931ad2a7bd24cd543b93ccb04c
Author: Daniel Espinosa <esodan gmail com>
Date:   Sun Jan 31 18:28:39 2021 -0600

    Fixed meson dist
    
    Fix tools splitter test

 tools/test-splitter.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tools/test-splitter.c b/tools/test-splitter.c
index adce6b7a7..1894575e9 100644
--- a/tools/test-splitter.c
+++ b/tools/test-splitter.c
@@ -29,7 +29,7 @@ TestData td0 = {
 };
 TestData td1 = {
        ".d\nSELECT * from table;\n.cmd \"arg\narg more\"",
-       {".d", "SELECT * from table;", ".cmd \"arg\narg more\"", NULL}
+       {".d", "SELECT * from table;\n", ".cmd \"arg\narg more\"", NULL}
 };
 TestData td2 = {
        ".cmde and arg",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]