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:
parent
2618ebfafb
commit
e207b723b4
11 changed files with 12 additions and 8 deletions
|
|
@ -1,10 +0,0 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue