Changeset 1092 for trunk/test/config2_test.sh
- Timestamp:
- Jun 13, 2010, 1:50:18 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/config2_test.sh
r1017 r1092 27 27 set -e 28 28 29 $SVNDIGEST -g --config-file $srcdir/../.svndigest/config || exit_fail29 SVNDIGEST_run 0 -g --config-file $abs_top_srcdir/.svndigest/config || exit_fail 30 30 31 31 cat > tmp_config <<EOF … … 35 35 EOF 36 36 37 $SVNDIGEST -g --config-file tmp_config 2> tmp_stderr && exit_fail 38 grep 'unknown format.* apple' tmp_stderr || exit_fail39 rm -f tmp_stderr tmp_config 37 SVNDIGEST_run 1 -g --config-file tmp_config 38 grep 'unknown format.* apple' stderr || exit_fail 39 40 40 exit_success
Note: See TracChangeset
for help on using the changeset viewer.