newt: Update to 0.52.24, add test.sh script for packages feed CI
[feed/packages.git] / libs / newt / test.sh
1 #!/bin/sh
2
3 case "$1" in
4
5 python3-newt)
6 python3 -c 'import snack'
7 ;;
8
9 whiptail)
10 whiptail --version | grep -Fx "whiptail (newt): $PKG_VERSION"
11 ;;
12
13 esac