File: fail.script

package info (click to toggle)
cmdtest 0.32.14.gcdfe14e-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 524 kB
  • sloc: python: 1,369; sh: 226; makefile: 2
file content (4 lines) | stat: -rwxr-xr-x 108 bytes parent folder | download | duplicates (8)
1
2
3
4
#!/bin/sh

echo "file used by test" > "$DATADIR/file.txt"
echo "this is not empty output to make test fail"