Changeset 1242


Ignore:
Timestamp:
Oct 24, 2010, 2:59:32 AM (13 years ago)
Author:
Peter Johansson
Message:

adding test for error message at 'unrecognized option'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/error_test.sh

    r1220 r1242  
    4242$GREP "svncopyright: '.*' is not a working copy" stderr || exit_fail
    4343
     44SVNDIGEST_run 1 --rapakalja
     45$GREP "svndigest: unrecognized option.*rapakalja" stderr || exit_fail
    4446
     47SVNCOPYRIGHT_run 1 --rapakalja
     48$GREP "svncopyright: unrecognized option.*rapakalja" stderr || exit_fail
    4549
    4650exit_success;
Note: See TracChangeset for help on using the changeset viewer.