*** empty log message ***
[arla.git] / tests / run-rcs
blob10000f64fe93f4675f43743b4b00a503518ee19a
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