Merge commit 'kha/safe'
[stgit] / t / t1201-pull-trailing.sh
index 46d9f82..9d70fe0 100755 (executable)
@@ -55,7 +55,7 @@ test_expect_success \
 
 test_expect_success \
     'Check that all went well' \
-    "diff -u foo/file bar/file
+    "test_cmp foo/file bar/file
 "
 
 test_done