File: t06

package info (click to toggle)
diod 1.0.24-5.2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 29,200 kB
  • sloc: ansic: 33,159; sh: 6,545; makefile: 363; perl: 80
file content (5 lines) | stat: -rwxr-xr-x 107 bytes parent folder | download | duplicates (7)
1
2
3
4
5
#!/bin/bash -e

echo writing testfile
./twrite "$@" $PATH_DIOD bogusdir/testfile | :  # should fail
exit 0