File: control

package info (click to toggle)
pbzip2 1.1.13-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 448 kB
  • sloc: cpp: 4,357; ruby: 101; makefile: 31
file content (5 lines) | stat: -rw-r--r-- 357 bytes parent folder | download
1
2
3
4
5
Test-Command: pbzip2 -h 2>&1 | grep Example:

Test-Command: test "$(pbzip2 -c -d debian/tests/stuff/random10K.gz | sha1sum | cut -d" " -f1)" = "$(sha1sum debian/tests/stuff/random10K | cut -d" " -f1)"

Test-Command: test "$(pbzip2 -c -z debian/tests/stuff/random10K | sha1sum | cut -d" " -f1)" = "$(sha1sum debian/tests/stuff/random10K.gz | cut -d" " -f1)"