Commit 8ee9e6df097c836212d1a413aba6d2e66c034c27

Jim Meyering 2011-09-19T19:27:53

tests: use printf, not echo in init.sh's warn_ function * tests/init.sh (warn_): Use printf, not echo. The latter would misbehave when given strings containing a backslash or starting with e.g., -n. James Youngman suggested setting IFS.