0
0
mirror of https://github.com/openwrt/packages.git synced 2025-07-19 00:24:48 +00:00
Files
packages/libs/unixodbc/test.sh
Jeffery To 14c8d269be unixodbc: Update to 2.3.12
This also adds a test.sh script for the packages feed CI.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-10-30 13:25:58 -07:00

6 lines
98 B
Bash

#!/bin/sh
[ "$1" = unixodbc-tools ] || exit 0
isql --version | grep -Fx "unixODBC $PKG_VERSION"