]> asedeno.scripts.mit.edu Git - git.git/blobdiff - t/t3000-ls-files-others.sh
Merge branch 'xx/db-refspec-vs-js-remote'
[git.git] / t / t3000-ls-files-others.sh
index bc0a3513920cab41e4335b8c1b5163e25e8354d3..36eee0f8ae377e130bdcc20ad882261a83764e38 100755 (executable)
@@ -42,7 +42,7 @@ test_expect_success \
 
 test_expect_success \
     'git ls-files --others should pick up symlinks.' \
-    'diff output expected1'
+    'test_cmp expected1 output'
 
 test_expect_success \
     'git ls-files --others --directory to show output.' \
@@ -51,6 +51,6 @@ test_expect_success \
 
 test_expect_success \
     'git ls-files --others --directory should not get confused.' \
-    'diff output expected2'
+    'test_cmp expected2 output'
 
 test_done