patch 7.4.1652
Problem:    Old style test for fnamemodify().
Solution:   Turn it into a new style test.
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim
index 37cdc8b..fcf358b 100644
--- a/src/testdir/test_alot.vim
+++ b/src/testdir/test_alot.vim
@@ -8,6 +8,7 @@
 source test_expr.vim
 source test_expand.vim
 source test_feedkeys.vim
+source test_fnamemodify.vim
 source test_file_perm.vim
 source test_glob2regpat.vim
 source test_help_tagjump.vim