File: test-ftello.sh

package info (click to toggle)
findutils 4.9.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 22,424 kB
  • sloc: ansic: 109,201; sh: 10,207; yacc: 1,851; exp: 839; makefile: 830; python: 66; sed: 16
file content (5 lines) | stat: -rwxr-xr-x 145 bytes parent folder | download | duplicates (30)
1
2
3
4
5
#!/bin/sh

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