tests/test-convert-cvs-synthetic.t
changeset 23675 96529f81e2e9
parent 22046 7a9cbb315d84
child 44722 e5e5ee2b60e4
equal deleted inserted replaced
23674:6e36b9fc7869 23675:96529f81e2e9
    12   $ CVSROOT=`pwd`
    12   $ CVSROOT=`pwd`
    13   $ export CVSROOT
    13   $ export CVSROOT
    14   $ CVS_OPTIONS=-f
    14   $ CVS_OPTIONS=-f
    15   $ export CVS_OPTIONS
    15   $ export CVS_OPTIONS
    16   $ cd ..
    16   $ cd ..
       
    17   $ rmdir cvsrepo
    17   $ cvscall()
    18   $ cvscall()
    18   > {
    19   > {
    19   >     cvs -f "$@"
    20   >     cvs -f "$@"
    20   > }
    21   > }
    21 
    22