final set of wish tests

This commit is contained in:
Remzi Arpaci-Dusseau
2019-02-18 19:45:13 -05:00
parent 206a461d62
commit 880a1ca18b
106 changed files with 172 additions and 0 deletions

10
processes-shell/test-wish.sh Executable file
View File

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