Files
ostep-projects/processes-shell/test-wish.sh
Remzi Arpaci-Dusseau 880a1ca18b final set of wish tests
2019-02-18 19:45:13 -05:00

11 lines
124 B
Bash
Executable File

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