Ignore:
Timestamp:
Oct 13, 2010, 6:10:52 AM (13 years ago)
Author:
Peter Johansson
Message:

closes #480. Quote files with 'file' (same style as subversion). Add a test to check output of some failures and use variable GREP rather than hardcoding grep.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/config3_test.sh

    r1092 r1220  
    2828SVNDIGEST_run 0 -g --config-file /dev/null
    2929SVNDIGEST_run 1 -g --config-file .
    30 grep 'is a directory' stderr || exit_fail
     30$GREP 'is a directory' stderr || exit_fail
    3131
    3232exit_success
Note: See TracChangeset for help on using the changeset viewer.