From: Thomas Rast Date: Tue, 26 Aug 2008 19:32:35 +0000 (+0200) Subject: git svn info: tests: fix ptouch argument order in setup X-Git-Tag: v1.6.1-rc1~262^2~7 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8d5100c7a81e7f638241b5af957e05216cd56579;p=git.git git svn info: tests: fix ptouch argument order in setup The arguments must be , otherwise it fails to update the timestamps (without setting a failure exit code) and results in bad test output later on. Signed-off-by: Thomas Rast Acked-by: Eric Wong --- diff --git a/t/t9119-git-svn-info.sh b/t/t9119-git-svn-info.sh index 7798dcce0..821507d41 100755 --- a/t/t9119-git-svn-info.sh +++ b/t/t9119-git-svn-info.sh @@ -51,10 +51,10 @@ test_expect_success 'setup repository and import' ' git-svn fetch && cd .. && svn co "$svnrepo" svnwc && - ptouch svnwc/file gitwc/file && - ptouch svnwc/directory gitwc/directory && - ptouch svnwc/symlink-file gitwc/symlink-file && - ptouch svnwc/symlink-directory gitwc/symlink-directory + ptouch gitwc/file svnwc/file && + ptouch gitwc/directory svnwc/directory && + ptouch gitwc/symlink-file svnwc/symlink-file && + ptouch gitwc/symlink-directory svnwc/symlink-directory ' test_expect_success 'info' "