diff options
Diffstat (limited to 'tests/t0111-filter.sh')
-rwxr-xr-x | tests/t0111-filter.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/t0111-filter.sh b/tests/t0111-filter.sh index 2fdc366..e5d3575 100755 --- a/tests/t0111-filter.sh +++ b/tests/t0111-filter.sh @@ -4,9 +4,6 @@ test_description='Check filtered content' . ./setup.sh prefixes="exec" -if [ $CGIT_HAS_LUA -eq 1 ]; then - prefixes="$prefixes lua" -fi for prefix in $prefixes do |