# -*- compilation -*- 2. pipe.at:29: testing decompressing from stdin ... /home/mkostich/opt/tar/src/tar-1.29/tests/pipe.at:33: mkdir v7 (cd v7 TEST_TAR_FORMAT=v7 export TEST_TAR_FORMAT TAR_OPTIONS="-H v7" export TAR_OPTIONS rm -rf * test -z "`sort < /dev/null 2>&1`" || exit 77 mkdir directory genfile --length 10240 --pattern zeros --file directory/file1 genfile --length 13 --file directory/file2 tar cf archive directory mv directory orig cat archive | tar xfv - --warning=no-timestamp | sort echo "separator" cmp orig/file1 directory/file1 echo "separator" cmp orig/file2 directory/file2) --- /dev/null 2017-05-18 10:08:31.689821721 -0400 +++ /home/mkostich/opt/tar/build/tests/testsuite.dir/at-groups/2/stderr 2017-06-21 16:23:41.757527684 -0400 @@ -0,0 +1,4 @@ +tar: value 771780898 out of uid_t range 0..2097151 +tar: Exiting with failure status due to previous errors +cmp: directory/file1: No such file or directory +cmp: directory/file2: No such file or directory --- - 2017-06-21 16:23:41.764803725 -0400 +++ /home/mkostich/opt/tar/build/tests/testsuite.dir/at-groups/2/stdout 2017-06-21 16:23:41.761527852 -0400 @@ -1,6 +1,3 @@ -directory/ -directory/file1 -directory/file2 separator separator /home/mkostich/opt/tar/src/tar-1.29/tests/pipe.at:33: exit code was 2, expected 0 2. pipe.at:29: 2. decompressing from stdin (pipe.at:29): FAILED (pipe.at:33)