File: t04

package info (click to toggle)
powerman 2.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 3,520 kB
  • ctags: 2,013
  • sloc: ansic: 14,102; sh: 10,556; yacc: 641; lex: 271; makefile: 234; perl: 11
file content (4 lines) | stat: -rwxr-xr-x 91 bytes parent folder | download
1
2
3
4
#!/bin/sh
TEST=t04
./targv >$TEST.out 2>&1 || exit 1
diff $TEST.out $TEST.exp >$TEST.diff