Ignore:
Timestamp:
Jun 13, 2010, 1:50:18 AM (13 years ago)
Author:
Peter Johansson
Message:

fixes #445. tests are now performed in testSubDir/foo and each test has its own wc (and own svndigest cache) to work on.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/config3_test.sh

    r1091 r1092  
    2626test -e /dev/null || exit_skip
    2727test -r /dev/null || exit_skip
    28 $SVNDIGEST -g --config-file /dev/null || exit_fail
    29 $SVNDIGEST -g --config-file . && exit_fail
     28SVNDIGEST_run 0 -g --config-file /dev/null
     29SVNDIGEST_run 1 -g --config-file .
     30grep 'is a directory' stderr || exit_fail
    3031
    3132exit_success
Note: See TracChangeset for help on using the changeset viewer.