apenwarr-redo/t/100-args/noargs/run.do
Avery Pennarun 8a97b0cb2c redo-ifchange regression: if REDO_LOG is not set, assume it's 1.
At some point this got broken during a refactoring.  The result was
that redo-ifchange, run from the command line (as opposed to inside a
.do script) would fail to start the log prettifier.
2019-03-02 04:05:36 -05:00

3 lines
112 B
Text

rm -f all
redo-ifchange # should not default to 'all' since not running from top level
[ ! -e all ] || exit 11