/[cvs]/ccvs/src/sanity.sh
ViewVC logotype

Diff of /ccvs/src/sanity.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1095.4.1 by dprice, Thu Oct 20 21:33:11 2005 UTC revision 1.1095.4.2 by dprice, Fri Oct 28 02:35:14 2005 UTC
# Line 1686  mkdir home Line 1686  mkdir home
1686  HOME=$TESTDIR/home; export HOME  HOME=$TESTDIR/home; export HOME
1687    
1688  # If $GPG is set, create a key for /uu  # If $GPG is set, create a key for /uu
1689    OPENPGP_PHRASE=
1690  if test x"$GPG" != xgpg; then  if test x"$GPG" != xgpg; then
1691    $GPG --list-keys >>$LOGFILE 2>&1    $GPG --list-keys >>$LOGFILE 2>&1
1692    $GPG --import - <<EOF >>$LOGFILE 2>&1    $GPG --import - <<EOF >>$LOGFILE 2>&1
# Line 1756  B2xyFA1/6G+hv7k= Line 1757  B2xyFA1/6G+hv7k=
1757  =k49u  =k49u
1758  -----END PGP PRIVATE KEY BLOCK-----  -----END PGP PRIVATE KEY BLOCK-----
1759  EOF  EOF
1760    
1761      # Some tests check the content of the RCS file and whether there is a
1762      # signature phrase or not depends on whether they were being generated.
1763      OPENPGP_PHRASE='openpgp-signatures    @[a-zA-Z0-9/+]*=*@;'
1764  fi # GPG set  fi # GPG set
1765    # Add the trailing EOL, always.
1766    OPENPGP_PHRASE="$OPENPGP_PHRASE
1767    "
1768    
1769    
1770  # Make sure this variable is not defined to anything that would  # Make sure this variable is not defined to anything that would
# Line 22515  date   [0-9.]*;        author ${username};     state Line 22523  date   [0-9.]*;        author ${username};     state
22523  branches;  branches;
22524  next    ;  next    ;
22525  commitid        ${commitid};  commitid        ${commitid};
22526    $OPENPGP_PHRASE
22527    
22528  desc  desc
22529  @@  @@
# Line 26364  branches Line 26372  branches
26372          1\.1\.2\.1;          1\.1\.2\.1;
26373  next    ;  next    ;
26374  commitid        ${commitid};  commitid        ${commitid};
26375    $OPENPGP_PHRASE
26376  1\.1\.2\.1  1\.1\.2\.1
26377  date    ${RCSDELTADATE};        author ${username};     state foo;  date    ${RCSDELTADATE};        author ${username};     state foo;
26378  branches;  branches;
26379  next    ;  next    ;
26380  commitid        ${commitid};  commitid        ${commitid};
26381    $OPENPGP_PHRASE
26382    
26383  desc  desc
26384  @@  @@
# Line 26785  branches Line 26793  branches
26793          1\.1\.2\.1;          1\.1\.2\.1;
26794  next    ;  next    ;
26795  commitid        ${commitid};  commitid        ${commitid};
26796    $OPENPGP_PHRASE
26797  1\.1\.2\.1  1\.1\.2\.1
26798  date    ${RCSDELTADATE};        author ${username};     state foo;  date    ${RCSDELTADATE};        author ${username};     state foo;
26799  branches;  branches;
26800  next    ;  next    ;
26801  commitid        ${commitid};  commitid        ${commitid};
26802    $OPENPGP_PHRASE
26803    
26804  desc  desc
26805  @@  @@
# Line 26960  date   ${RCSDELTADATE};        author ${username} Line 26968  date   ${RCSDELTADATE};        author ${username}
26968  branches;  branches;
26969  next    1\.3;  next    1\.3;
26970  commitid        ${commitid};  commitid        ${commitid};
26971    $OPENPGP_PHRASE
26972  1\.3  1\.3
26973  date    ${RCSDELTADATE};        author ${username};     state Exp;  date    ${RCSDELTADATE};        author ${username};     state Exp;
26974  branches;  branches;
26975  next    1\.2;  next    1\.2;
26976  commitid        ${commitid};  commitid        ${commitid};
26977    $OPENPGP_PHRASE
26978  1\.2  1\.2
26979  date    ${RCSDELTADATE};        author ${username};     state Exp;  date    ${RCSDELTADATE};        author ${username};     state Exp;
26980  branches;  branches;
26981  next    ;  next    ;
26982  commitid        ${commitid};  commitid        ${commitid};
26983    $OPENPGP_PHRASE
26984    
26985  desc  desc
26986  @@  @@

Legend:
Removed from v.1.1095.4.1  
changed lines
  Added in v.1.1095.4.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26