diff --git a/libs/sqlite3/test.sh b/libs/sqlite3/test.sh new file mode 100644 index 0000000000..ca369c706e --- /dev/null +++ b/libs/sqlite3/test.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +if [ "$1" = 'sqlite3-cli' ]; then + sqlite3 -version 2>&1 | cut -d' ' -f1 | grep -x "$PKG_VERSION" +fi