You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixz/test/xz-compatibility-c-option.sh

7 lines
141 B
Bash

#!/bin/sh
PIXZ=../src/pixz
[ "foo" = "$(echo foo | xz | xz -dc)" ] || exit 1
[ "bar" = "$(echo bar | $PIXZ | $PIXZ -dc)" ] || exit 1