File: non-free-test

package info (click to toggle)
vrms 1.27
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 100 kB
  • sloc: perl: 306; sh: 11; makefile: 2
file content (11 lines) | stat: -rwxr-xr-x 222 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

echo running $0

vrms

if vrms | grep -q "rms would be proud" ; then
	echo "How strange, no non-free packages found?!"
else
	echo "vrms found non-free packages as expected, so this test has been successful."
fi