#!/bin/bash
# Test split/join of an empty file

> emptytestfile

../hydra 2 2 emptytestfile

../hydra -j -o new-empty emptytestfile.00?

diff new-empty emptytestfile

RC=$?

rm -f emptytestfile emptytestfile.00? new-empty

exit $RC
