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