Changeset 1334 for branches/0.9-stable/test/error_test.sh
- Timestamp:
- Jan 28, 2011, 2:17:28 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9-stable/test/error_test.sh
r1242 r1334 3 3 # $Id$ 4 4 5 # Copyright (C) 2010 Peter Johansson5 # Copyright (C) 2010, 2011 Peter Johansson 6 6 # 7 7 # This file is part of svndigest, http://dev.thep.lu.se/svndigest … … 39 39 SVNDIGEST_run 1 --root . 40 40 $GREP "svndigest: '.*' is not a working copy" stderr || exit_fail 41 $GREP "svndigest: '.*' is not a working copy.*is not a working copy" stderr\ 42 && exit_fail 41 43 SVNCOPYRIGHT_run 1 --root . 42 44 $GREP "svncopyright: '.*' is not a working copy" stderr || exit_fail 45 $GREP "svncopyright: '.*' is not a working copy.*is not a working copy" stderr\ 46 && exit_fail 43 47 44 48 SVNDIGEST_run 1 --rapakalja
Note: See TracChangeset
for help on using the changeset viewer.