Meta: We don't need to ignore run-tests in lint-shell-scripts.sh

This commit is contained in:
Emanuele Torre 2020-05-07 01:28:46 +02:00 committed by Andreas Kling
parent 6bbd0a18a1
commit 21712ed0a3

View file

@ -10,7 +10,6 @@ for f in $(find . -path ./Root -prune -o \
-path ./Ports -prune -o \
-path ./.git -prune -o \
-path ./Toolchain -prune -o \
-path ./Libraries/LibJS/Tests -prune -o \
-type f | sort -u); do
if file "$f" | grep --quiet shell; then
{