Add new @ shortcut for HEAD
[gitweb.git] / t / t0023-crlf-am.sh
index 6f8a4347d5397b8b396db800c12c6e045a0d2b7c..f9bbb91f64e35d284a4ac79a6b2ecaa1d2913455 100755 (executable)
@@ -11,7 +11,7 @@ Date: Thu, 23 Aug 2007 13:00:00 +0200
 Subject: test1
 
 ---
- foo |    1 +
+ foo | 1 +
  1 files changed, 1 insertions(+), 0 deletions(-)
  create mode 100644 foo
 
@@ -36,7 +36,7 @@ test_expect_success 'setup' '
 
 test_expect_success 'am' '
 
-       git am --binary -3 <patchfile &&
+       git am -3 <patchfile &&
        git diff-files --name-status --exit-code
 
 '