apenwarr-redo/t/curse
Avery Pennarun 21f88094d5 Change definitions of $1,$2,$3 to match djb's redo.
If you use "redo --old-args", it will switch back to the old
(apenwarr-style) arguments for now, to give you time to update your .do
scripts.  This option will go away eventually.

Note: minimal/do doesn't understand the --old-args option.  If you're using
minimal/do in your project, keep using the old one until you update your use
of $1/$2, and then update to the new one.

apenwarr-style default.o.do:
   $1      foo
   $2      .o
   $3      whatever.tmp

djb-style default.o.do:
   $1      foo.o
   $2      foo
   $3      whatever.tmp

apenwarr-style foo.o.do:
   $1      foo.o
   $2      ""
   $3      whatever.tmp

djb-style foo.o.do:
   $1      foo.o
   $2      foo.o  (I think?)
   $3      whatever.tmp
2011-12-31 02:49:39 -05:00
..
.gitignore t/curse: test that 'redo' (not redo-ifchange) always redoes a command. 2010-11-19 02:20:17 -08:00
check-1.sh t/curse: add a Makefile so we can compare speed when using GNU make. 2010-11-21 00:31:48 -08:00
check-2.sh Fix tests on MacOS. 2010-12-12 05:38:30 -08:00
clean.do t/curse: add a Makefile so we can compare speed when using GNU make. 2010-11-21 00:31:48 -08:00
countall.do t/curse: test that 'redo' (not redo-ifchange) always redoes a command. 2010-11-19 02:20:17 -08:00
default.n0.do Fix tests on MacOS. 2010-12-12 05:38:30 -08:00
default.n1.do Change definitions of $1,$2,$3 to match djb's redo. 2011-12-31 02:49:39 -05:00
default.n2.do Change definitions of $1,$2,$3 to match djb's redo. 2011-12-31 02:49:39 -05:00
seq Fix tests on MacOS. 2010-12-12 05:38:30 -08:00
test.do Fix tests on MacOS. 2010-12-12 05:38:30 -08:00