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