Files
Remzi Arpaci-Dusseau 6cb2958151 wzip tests
2019-02-16 08:06:01 -05:00

11 lines
127 B
Bash
Executable File

#! /bin/bash
if ! [[ -x wzip ]]; then
echo "wzip executable does not exist"
exit 1
fi
../../tester/run-tests.sh $*