use "./gzip" for gzip tests

This commit is contained in:
Przemyslaw Skibinski
2017-02-27 22:02:03 +01:00
parent 862698f479
commit 5d848527e6
19 changed files with 29 additions and 23 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# limit so don't run it by default.
. "${srcdir=.}/init.sh"; path_prepend_ ..
. "${srcdir=.}/init.sh"; path_prepend_ .
(echo 0 | gzip; printf '\0') > 0.gz || framework_failure_
(echo 00 | gzip; printf '\0\0') > 00.gz || framework_failure_