Move some of the tests from t/ into t/defaults-flat.

This lets us move t/default.do out of the way; it was confusing otherwise.
This commit is contained in:
Avery Pennarun 2010-12-19 04:52:23 -08:00
commit e207b723b4
11 changed files with 12 additions and 8 deletions

View file

@ -0,0 +1,10 @@
if [ -e "$1$2.a" -o -e "default$2.a" ]; then
redo-ifchange "$1$2.a"
echo a-to-b
cat "$1$2.a"
else
redo-ifchange "$1$2.b"
echo b-to-b
cat "$1$2.b"
fi
../sleep 1.1