0
0
mirror of https://github.com/openwrt/packages.git synced 2025-11-05 19:09:39 +00:00
Files
packages/net/uradvd/test.sh
Jan-Niklas Burfeind 906b9248e3 uradvd: implement test.sh
to verify the version emitted by uradvd is not empty.

Signed-off-by: Jan-Niklas Burfeind <git@aiyionpri.me>
2025-10-25 08:29:32 +03:00

4 lines
75 B
Bash

#!/usr/bin/env bash
uradvd --version | grep -Fx "uradvd $PKG_SOURCE_DATE"