Files
packages/multimedia/yt-dlp/test.sh
George Sapkin fa8425028a yt-dlp: don't hide error messages in CI test
Fixes: 6746398cb ("yt-dlp: run CI test for the main package only")
Signed-off-by: George Sapkin <george@sapk.in>
2025-06-30 11:48:41 +08:00

6 lines
106 B
Bash
Executable File

#!/bin/sh
if [ "$1" = 'yt-dlp' ]; then
yt-dlp --version | sed 's/\.0\+/./g' | grep -F "$PKG_VERSION"
fi