3 not
() { "$@" && exit 1 ||
:; }
5 # Some tests for 'darcs whatsnew '
11 touch look_summary.txt
12 # --disable works on command line
13 not darcs whatsnew
-sl --disable 2> log
15 # --disable works from defaults
16 echo 'whatsnew --disable' > _darcs
/prefs
/defaults
17 not darcs whatsnew
-sl 2> log