[go: up one dir, main page]

File: d1

package info (click to toggle)
cppi 1.18-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,936 kB
  • sloc: ansic: 12,443; sh: 7,551; lex: 850; perl: 173; makefile: 47; sed: 16
file content (11 lines) | stat: -rwxr-xr-x 136 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

t=`basename $0`

# Create an empty $t.I.
touch $t.I $t.EO $t.Ee

options=
expected_status=0

. $top_srcdir/tests/test-common