Some fixes on acceptance tests.
[agg.git] / nomtime
blobb0294324a155600c4319db1c99f22b288cbb6675
1 #!/bin/sh
3 MTIME="`stat -c %y .`"
4 eval "$*"
5 res=$?
6 touch -md "$MTIME" .
8 exit $res