File: t00

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 120 bytes parent folder | download
1
2
3
4
#!/bin/sh
TEST=t00
./tpl -f p493 'foo[1-500]' 'p[1-500]' >$TEST.out 2>&1 || exit 1
diff $TEST.out $TEST.exp >$TEST.diff