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/config2_test.sh

    r1017 r1092  
    2727set -e
    2828
    29 $SVNDIGEST -g --config-file $srcdir/../.svndigest/config || exit_fail
     29SVNDIGEST_run 0 -g --config-file $abs_top_srcdir/.svndigest/config || exit_fail
    3030
    3131cat > tmp_config <<EOF
     
    3535EOF
    3636
    37 $SVNDIGEST -g --config-file tmp_config 2> tmp_stderr && exit_fail
    38 grep 'unknown format.* apple' tmp_stderr || exit_fail
    39 rm -f tmp_stderr tmp_config
     37SVNDIGEST_run 1 -g --config-file tmp_config
     38grep 'unknown format.* apple' stderr || exit_fail
     39
    4040exit_success
Note: See TracChangeset for help on using the changeset viewer.