File: t08

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 (7 lines) | stat: -rwxr-xr-x 144 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
#!/bin/bash -e

echo creating file
cp $PATH_DIOD $PATH_EXPDIR/testfile
echo comparing status
./tstat "$@" testfile $PATH_EXPDIR/testfile
exit 0