File: testsuite

package info (click to toggle)
maildrop 3.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,896 kB
  • sloc: ansic: 29,827; cpp: 18,027; sh: 5,993; makefile: 882; perl: 94
file content (14 lines) | stat: -rwxr-xr-x 262 bytes parent folder | download | duplicates (24)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

rm -f testbdb.dat

./testbdb testbdb.dat foo bar
./testbdb testbdb.dat foo baz
./testbdb testbdb.dat bar foo
./testbdb testbdb.dat foo
./testbdb testbdb.dat bar
./testbdb testbdb.dat
./testbdb testbdb.dat -foo
./testbdb testbdb.dat

rm -f testbdb.dat