Commit Diff


commit - 38d166d8a39caba9979a99c71a5f98a26ddc453d
commit + 2ad87fffe4c7553e1593ff3f3ece274cf3a48931
blob - db343e34a9e2e72ea2922eef2bbc8f19203297ce
blob + 9800c7a89b0e7cb56c713845da4176515a2d7dba
--- regress/cmdline/unstage.sh
+++ regress/cmdline/unstage.sh
@@ -730,7 +730,7 @@ test_unstage_patch_added() {
 	echo "commit - $commit_id" >> $testroot/stdout.expected
 	echo "path + $testroot/wt" >> $testroot/stdout.expected
 	echo 'blob - /dev/null' >> $testroot/stdout.expected
-	echo 'file + epsilon/new' >> $testroot/stdout.expected
+	echo 'file + epsilon/new (mode 644)' >> $testroot/stdout.expected
 	echo "--- /dev/null" >> $testroot/stdout.expected
 	echo "+++ epsilon/new" >> $testroot/stdout.expected
 	echo "@@ -0,0 +1 @@" >> $testroot/stdout.expected