X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Ftest-subr.sh;h=f397aed1a64776599d3c9c5ebc22ba36ba4a9fe9;hb=82c3b58b54026d061a4d81ad95f3023d5d883ab2;hp=5e796b4df02e61da99a03e5d8cafe3e815a4392e;hpb=a286dd013ef8d46edf013efc0908822a59d8ac81;p=platform%2Fupstream%2Felfutils.git diff --git a/tests/test-subr.sh b/tests/test-subr.sh index 5e796b4..f397aed 100644 --- a/tests/test-subr.sh +++ b/tests/test-subr.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2005-2014 Red Hat, Inc. +# Copyright (C) 2005-2015 Red Hat, Inc. # This file is part of elfutils. # # This file is free software; you can redistribute it and/or modify @@ -47,7 +47,7 @@ tempfiles() testfiles() { for file; do - bunzip2 -c ${abs_srcdir}/${file}.bz2 > ${file} 2>/dev/null || exit 77 + bunzip2 -c ${abs_srcdir}/${file}.bz2 > ${file} || exit 77 remove_files="$remove_files $file" done }