]> asedeno.scripts.mit.edu Git - git.git/blobdiff - t/t7102-reset.sh
Merge branch 'jn/gitweb-patch'
[git.git] / t / t7102-reset.sh
index 29f5678b4c93485ad492fa865a5da58a3cc05b7c..e85ff02c3e636567a80586e92fdba1c5382fc995 100755 (executable)
@@ -3,9 +3,9 @@
 # Copyright (c) 2007 Carlos Rica
 #
 
-test_description='git-reset
+test_description='git reset
 
-Documented tests for git-reset'
+Documented tests for git reset'
 
 . ./test-lib.sh
 
@@ -419,7 +419,8 @@ test_expect_success 'resetting an unmodified path is a no-op' '
 '
 
 cat > expect << EOF
-file2: locally modified
+Unstaged changes after reset:
+M      file2
 EOF
 
 test_expect_success '--mixed refreshes the index' '