missed in previous; fixes regress tests.

This commit is contained in:
jasper 2013-03-29 17:57:46 +00:00
parent 9471b0b3a3
commit 0f6727e103

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-tests_shell_c,v 1.1 2013/03/29 17:57:46 jasper Exp $
--- tests/shell.c.orig Fri Mar 29 18:54:49 2013
+++ tests/shell.c Fri Mar 29 18:55:05 2013
@@ -77,7 +77,7 @@ repository_setup (RepositoryInfo *info,
g_assert_no_error (error);
- argv[0] = "/bin/bash";
+ argv[0] = "/bin/sh";
argv[1] = "-c";
argv[2] = "echo haha > test.txt && git add test.txt && git commit -m 'Initial import'";