Test for previous atime/ctime fix.

This commit is contained in:
Avery Pennarun 2011-03-10 14:31:52 -08:00
commit d26ec22d88
6 changed files with 17 additions and 2 deletions

6
t/atime2.do Normal file
View file

@ -0,0 +1,6 @@
# make sure redo doesn't think merely *reading* the old file counts as
# modifying it in-place.
cat $1 >/dev/null 2>/dev/null || true
./tick
cat $1 >/dev/null 2>/dev/null || true
echo hello