]> git.gag.com Git - debian/tar/commit
Fix the testsuite
authorSergey Poznyakoff <gray@gnu.org>
Sat, 19 Mar 2016 20:32:34 +0000 (22:32 +0200)
committerSergey Poznyakoff <gray@gnu.org>
Sun, 20 Mar 2016 21:11:27 +0000 (23:11 +0200)
commit143dc63ffa179c8a1804c0079a2fd576e259d66a
treece0a730804f3db79e7f7db895e3cd7d424f1d0f3
parentc0fb0740fa2dc3ea4c4c8875d5b8344b7cdb6067
Fix the testsuite

* tests/sparse05.at: Use autom4te magic to generate mapfile,
instead of the shell command seq, which is not always available.
* tests/listed03.at: Skip the test if xgetcwd fails.
* tests/ckmtime.c: New file.
* tests/Makefile.am: Build ckmtime
* tests/testsuite.at (AT_CHECK_TIMESTAMP): Check whether newly created
files have timestamps consistent with the creation time.  Skip the test
if not.
* tests/incr01.at: Use AT_CHECK_TIMESTAMP
* tests/incr02.at: Likewise.
* tests/incr03.at: Likewise.
* tests/incr04.at: Likewise.
* tests/incr05.at: Likewise.
* tests/incr06.at: Likewise.
* tests/incr07.at: Likewise.
* tests/incr08.at: Likewise.
* tests/incr09.at: Likewise.
* tests/incr10.at: Likewise.
* tests/incr11.at: Likewise.
* tests/incremental.at: Likewise.
* tests/listed01.at: Likewise.
* tests/listed02.at: Likewise.
* tests/listed04.at: Likewise.
* tests/listed05.at: Likewise.
22 files changed:
tests/.gitignore
tests/Makefile.am
tests/ckmtime.c [new file with mode: 0644]
tests/incr01.at
tests/incr02.at
tests/incr03.at
tests/incr04.at
tests/incr05.at
tests/incr06.at
tests/incr07.at
tests/incr08.at
tests/incr09.at
tests/incr10.at
tests/incr11.at
tests/incremental.at
tests/listed01.at
tests/listed02.at
tests/listed03.at
tests/listed04.at
tests/listed05.at
tests/sparse05.at
tests/testsuite.at