File: bugs.test

package info (click to toggle)
cabextract 1.11-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,884 kB
  • sloc: ansic: 5,826; sh: 5,331; perl: 462; makefile: 88
file content (8 lines) | stat: -rwxr-xr-x 174 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh
# test that known crash bugs remain fixed
. test/testcase

"$cabextract" -t bugs/*.cab

# fail if exit code indicates a crash (SIGBUS, SIGSEGV, etc.)
test $? -le 1