File: fail.sh

package info (click to toggle)
finit 4.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,216 kB
  • sloc: ansic: 17,060; sh: 6,281; makefile: 532
file content (5 lines) | stat: -rwxr-xr-x 122 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#!/bin/sh
# This run/task always fails, it is used by the run-restart-forever test

echo "Aiiee, I've failed!" >&2
exit 1