final set of wish tests
This commit is contained in:
10
processes-shell/test-wish.sh
Executable file
10
processes-shell/test-wish.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#! /bin/bash
|
||||
|
||||
if ! [[ -x wish ]]; then
|
||||
echo "wish executable does not exist"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
../tester/run-tests.sh $*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user