$OpenBSD: patch-tests_test-renames_t,v 1.1 2015/03/19 08:05:56 czarkoff Exp $
--- tests/test-renames.t.orig	Thu Mar 19 07:11:59 2015
+++ tests/test-renames.t	Thu Mar 19 07:12:21 2015
@@ -10,7 +10,7 @@ Test that rename detection works
 
   $ git init -q gitrepo
   $ cd gitrepo
-  $ for i in $(seq 1 10); do echo $i >> alpha; done
+  $ for i in 1 2 3 4 5 6 7 8 9 10; do echo $i >> alpha; done
   $ git add alpha
   $ fn_git_commit -malpha
 
