tests/test-vc-list-files-git.sh


Log

Author Commit Date CI Message
Jim Meyering 1602f0af 2012-01-01T10:04:58 maint: update all copyright year number ranges Run "make update-copyright".
Jim Meyering d60f3b0c 2011-01-01T20:17:23 maint: update almost all copyright ranges to include 2011 Run the new "make update-copyright" rule.
Jim Meyering 3389c116 2010-09-04T17:43:39 avoid coreutils "make distcheck" failure Coreutils tests with an absolute build directory name that contains a space. Not quoting this directory name caused a failure. * tests/test-vc-list-files-git.sh: Quote PATH dir name. * tests/test-vc-list-files-cvs.sh: Likewise.
Bruno Haible 1deb9358 2010-09-04T13:46:42 Don't augment PATH in TESTS_ENVIRONMENT. * modules/update-copyright-tests (Makefile.am): In TESTS_ENVIRONMENT, set abs_aux_dir instead of augmenting PATH. * modules/vc-list-files-tests (Makefile.am): Likewise. * tests/test-update-copyright.sh: Augment PATH here. * tests/test-vc-list-files-cvs.sh: Augment PATH here, through path_prepend_. * tests/test-vc-list-files-git.sh: Likewise.
Jim Meyering 1b260c90 2010-04-23T11:38:35 vc-list-files tests: convert to use init.sh * tests/test-vc-list-files-cvs.sh: Invoke "$srcdir/init.sh" and path_prepend_. Use Exit, not exit. Use skip_ rather than open coding it. Remove trap set-up and compare definitions. * tests/test-vc-list-files-git.sh: Likewise. * modules/vc-list-files-tests (Files): Add tests/init.sh.
Bert Wesarg 128e4b8a 2010-03-16T08:27:31 test-vc-list-files-git: make more robust Unset GIT_DIR and GIT_WORK_TREE environment variables to avoid testing the wrong location. * tests/test-vc-list-files-git.sh: Unset problematic environment variables. Chain commands together. Signed-off-by: Eric Blake <eblake@redhat.com>
Jim Meyering b2e2010c 2010-01-01T10:31:12 update nearly all FSF copyright year lists to include 2010 Use the same procedure as for 2009, outlined in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
Simon Josefsson 68b73275 2009-05-10T21:54:23 tests/test-vc-list-files-git.sh: Avoid git config complaints.
Bruno Haible 0600c3a0 2008-09-26T15:44:43 Explain reason for skipping tests.
Bruno Haible d5d19285 2008-06-12T01:12:11 Avoid a test failure when the test wants to skip itself.
Jim Meyering f1fcb853 2008-05-15T14:52:01 avoid distracting test output when git or cvs is not fount * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output. * tests/test-vc-list-files-git.sh: Likewise.
Jim Meyering 50f8b70f 2008-05-01T21:01:36 vc-list-files: make the stand-alone gnulib test work * modules/vc-list-files-tests (configure.ac): Define and AC_SUBST abs_aux_dir. (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing $(abs_top_srcdir) to each script and having each of them duplicate the work of setting PATH, set PATH here, using the new variable, abs_aux_dir instead. * tests/test-vc-list-files-cvs.sh: Don't set PATH here. * tests/test-vc-list-files-git.sh: Likewise. Reported by Bruno Haible.
Jim Meyering 0e23601e 2008-04-30T15:01:23 add tests for vc-list-files * modules/vc-list-files-tests: New module. * tests/test-vc-list-files-cvs.sh: New file. * tests/test-vc-list-files-git.sh: New file.