Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / tests / run-rcs
1 #!/bin/sh
2 echo row1 > testfile
3 echo log1 | ci -u testfile
4 co -l testfile
5 echo row2 >> testfile
6 echo log2 | ci -u testfile
7 co -l testfile
8 echo row3 >> testfile
9 echo log3 | ci -u testfile
10 wc -l testfile | grep '3 testfile' || exit 1
11