File: zombie

package info (click to toggle)
newpid 4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 56 kB
  • ctags: 7
  • sloc: ansic: 85; makefile: 16; perl: 12; sh: 4
file content (7 lines) | stat: -rwxr-xr-x 206 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh

set -eu

newpid ./zombie.pl 2>&1 | tee z.out
grep -q 'version code' z.out && sed -i -e '1,/version code/d' z.out  # remove "Non-standard uts for running kernel" on lucid
diff -u z.expected z.out