patch 8.0.0385: no tests for arabic
Problem: No tests for arabic.
Solution: Add a first test for arabic. (Dominique Pelle, closes #1518)
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 18dfdc8..513fd89 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -133,7 +133,8 @@
# Tests using runtest.vim.vim.
# Keep test_alot*.res as the last one, sort the others.
-NEW_TESTS = test_arglist.res \
+NEW_TESTS = test_arabic.res \
+ test_arglist.res \
test_assert.res \
test_autochdir.res \
test_backspace_opt.res \