File: base-script

package info (click to toggle)
eyed3 0.8.10-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,376 kB
  • sloc: python: 12,419; makefile: 391; sh: 69
file content (7 lines) | stat: -rwxr-xr-x 170 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/bin/sh
# autopkgtest check: Check base functionality of eyed3 binary

if ! eyeD3 --version >/dev/null 2>&1; then
    echo "FAIL: eyeD3 --version failed"
    exit 1
fi