sqlite3: fix CI test
authorGeorge Sapkin <[email protected]>
Thu, 8 May 2025 20:24:50 +0000 (23:24 +0300)
committerTianling Shen <[email protected]>
Tue, 5 Aug 2025 08:24:14 +0000 (16:24 +0800)
Fixes: b2d2ba8ae ("sqlite3: add CI version check")
Signed-off-by: George Sapkin <[email protected]>
libs/sqlite3/test.sh [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index ca369c7..05788fd
@@ -1,5 +1,5 @@
 #!/bin/sh
 
 if [ "$1" = 'sqlite3-cli' ]; then
-       sqlite3 -version 2>&1 | cut -d' ' -f1 | grep -x "$PKG_VERSION"
+       sqlite3 -version | grep -F "$PKG_VERSION"
 fi