configure.ac: Move final encoder tests to the end of the encoder tests.
[mpd-mk.git] / test / test_archive_bzip2.sh
blob2c45076aae9c9940a99ad81fffd398e281c850be
1 #!/bin/sh -e
3 SRC_BASE=configure
4 SRC="$(dirname $0)/../${SRC_BASE}"
5 DST="$(pwd)/test/tmp/${SRC_BASE}.bz2"
7 mkdir -p test/tmp
8 rm -f "$DST"
9 bzip2 -c "$SRC" >"$DST"
10 ./test/run_input "$DST/${SRC_BASE}" |diff "$SRC" -