chiark
/
gitweb
/
~ianmdlvl
/
adns.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Don't complain so much about poll(2) tests if not available.
[adns.git]
/
regress
/
addcases
1
#!/bin/sh
2
# usage: ./addcases <casename> ...
3
4
set -e
5
6
for f in "$@"
7
do
8
cvs add "case-$f".{sys,out,err}
9
done