commit 68aef3f00a092a382c7cfd905e7447a08cdf0c43 from: Stefan Sperling via: Thomas Adam date: Fri Sep 23 14:27:15 2022 UTC update test_unstage_patch_added expected diff output, new files show mode now commit - ba5cc5fa6d3cb2de42937287ae932026dbf967ad commit + 68aef3f00a092a382c7cfd905e7447a08cdf0c43 blob - b675f2f5d1c438aac58f5bfc0943cb3b08913166 blob + 36c13bd74fc16e2567b89b5f4b06780dea4628b3 --- 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