File: test-ftello.sh

package info (click to toggle)
prelude-lml 1.0.0-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 7,768 kB
  • sloc: ansic: 36,138; sh: 11,376; makefile: 219; python: 21
file content (5 lines) | stat: -rwxr-xr-x 123 bytes parent folder | download | duplicates (81)
1
2
3
4
5
#!/bin/sh

./test-ftello${EXEEXT} 1 < "$srcdir/test-ftello.sh" || exit 1
echo hi | ./test-ftello${EXEEXT} || exit 1
exit 0