tests: don't clutter the top-level dir with temporary test directories
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 6 Jul 2012 18:49:15 +0000 (20:49 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 6 Jul 2012 18:49:15 +0000 (20:49 +0200)
commit14487be67a4d2e7cfcbda928c998e83a0bdbae96
tree63be5c8ff15ffefaf701ee7a698e1653ec3b124c
parent56333a700c01893304f508d5d5516c524a32730b
tests: don't clutter the top-level dir with temporary test directories

* t/self-check-me.tap: Be sure to initialize '$am_create_testdir' to "no"
in all the shell invocations sourcing './defs'.  Otherwise, when running
the testsuite with 'keep_testdirs=yes', the following temporary director
are left cluttering the top-level directory:

  ./012.dir
  ./abc..dir
  ./a.b.c.dir
  ./foo.dir
  ./foo.bar.dir
  ./foo-bar-.dir
  ./_foo__bar.dir

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/self-check-me.tap