## ------------------------ ## ## GNU tar 1.29 test suite. ## ## ------------------------ ## testsuite: command line was: $ /home/mkostich/opt/tar/src/tar-1.29/tests/testsuite ## ---------- ## ## ChangeLog. ## ## ---------- ## | 2016-05-16 Sergey Poznyakoff | | Version 1.29 | | Minor fix | * src/names.c (new_name): rename to make_file_name. All uses | changed. | | 2016-04-14 Sergey Poznyakoff | ## --------- ## ## Platform. ## ## --------- ## hostname = d2626usofmko801.cin.epa.gov uname -m = x86_64 uname -r = 2.6.32-696.1.1.el6.x86_64 uname -s = Linux uname -v = #1 SMP Tue Mar 21 12:19:18 EDT 2017 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/mkostich/opt/tar/build/tests PATH: /home/mkostich/opt/tar/src/tar-1.29/tests PATH: /home/mkostich/opt/tar/build/src PATH: /home/mkostich/opt/tar/src/tar-1.29/build-aux PATH: /home/mkostich/opt/tar/build PATH: /home/mkostich/opt/tar/src/tar-1.29/. PATH: /home/mkostich/local/bin PATH: /usr/lib64/qt-3.3/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/local/sbin PATH: /usr/sbin PATH: /sbin testsuite: atconfig: | # Configurable variable values for building test suites. | # Generated by ./config.status. | # Copyright (C) 2012 Free Software Foundation, Inc. | | # The test suite will define top_srcdir=/../.. etc. | at_testdir='tests' | abs_builddir='/home/mkostich/opt/tar/build/tests' | at_srcdir='/home/mkostich/opt/tar/src/tar-1.29/tests' | abs_srcdir='/home/mkostich/opt/tar/src/tar-1.29/tests' | at_top_srcdir='/home/mkostich/opt/tar/src/tar-1.29' | abs_top_srcdir='/home/mkostich/opt/tar/src/tar-1.29' | at_top_build_prefix='../' | abs_top_builddir='/home/mkostich/opt/tar/build' | | # Backward compatibility with Autotest <= 2.59b: | at_top_builddir=$at_top_build_prefix | | AUTOTEST_PATH='tests' | | SHELL=${CONFIG_SHELL-'/bin/sh'} testsuite: atlocal: | # tests/atlocal. Generated from atlocal.in by configure. -*- shell-script -*- | # Configurable variable values for tar test suite. | # Copyright 2004, 2006, 2013-2014, 2016 Free Software Foundation, Inc. | | # This file is part of GNU tar. | | # GNU tar is free software; you can redistribute it and/or modify | # it under the terms of the GNU General Public License as published by | # the Free Software Foundation; either version 3 of the License, or | # (at your option) any later version. | | # GNU tar is distributed in the hope that it will be useful, | # but WITHOUT ANY WARRANTY; without even the implied warranty of | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | # GNU General Public License for more details. | | # You should have received a copy of the GNU General Public License | # along with this program. If not, see . | | PATH=/home/mkostich/opt/tar/build/tests:/home/mkostich/opt/tar/build/src:/home/mkostich/opt/tar/src/tar-1.29/build-aux:$top_srcdir:$srcdir:$PATH | | XFAILFILE=$abs_builddir/.badversion | | trap "test -r $XFAILFILE && cat $XFAILFILE; exit $?" 1 2 13 15 | | TEST_DATA_URL=ftp://download.gnu.org.ua/pub/tests/tar | if test -z "$TEST_DATA_DIR"; then | TEST_DATA_DIR=$abs_builddir/download | fi | | STAR_DATA_URL=$TEST_DATA_URL/star | if test -z "$STAR_TESTSCRIPTS"; then | STAR_TESTSCRIPTS=$TEST_DATA_DIR | fi | | # tarball_prereq file sum dir url | tarball_prereq() { | if ! test -d "$3"; then | mkdir "$3" | cat > "$3/README" </dev/null 2>&1 | } | | decho() { | echo $* | echo >&2 $* | } | | mkexcltest() { | mkdir $1 $1/subdir | genfile --file=$1/top-level-file | genfile --file=$1/subdir/excludeme | genfile --file=$1/subdir/subdir-file | } | ## ---------------- ## ## Tested programs. ## ## ---------------- ## /home/mkostich/opt/tar/src/tar-1.29/tests/testsuite.at:197: /home/mkostich/opt/tar/build/src/tar --version tar (GNU tar) 1.29 Copyright (C) 2015 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Wed Jun 21 16:23:41 EDT 2017 1. tar version (version.at:20): ok (0m0.003s 0m0.004s) 4. interspersed options (options02.at:27): ok (0m0.004s 0m0.008s) 5. occurrence compatibility (opcomp01.at:21): ok (0m0.002s 0m0.002s) 6. occurrence compatibility (opcomp02.at:21): ok (0m0.001s 0m0.003s) 7. --verify compatibility (opcomp03.at:21): ok (0m0.002s 0m0.000s) 8. compress option compatibility (opcomp04.at:21): ok (0m0.005s 0m0.012s) 9. --pax-option compatibility (opcomp05.at:21): ok (0m0.000s 0m0.003s) 10. --pax-option compatibility (opcomp06.at:21): ok (0m0.008s 0m0.020s) testsuite:18: WARNING: caught signal INT, bailing out