Skip to content
Snippets Groups Projects
Commit 74723744 authored by Benoit Boissinot's avatar Benoit Boissinot
Browse files

fix test-permissions output

parent 551958d5
No related branches found
No related tags found
No related merge requests found
...@@ -14,4 +14,4 @@ ...@@ -14,4 +14,4 @@
echo barber > a echo barber > a
hg commit -m "2" -d "1000000 0" 2>/dev/null || echo commit failed hg commit -m "2" -d "1000000 0" 2>/dev/null || echo commit failed
chmod -w ../t chmod -w ../t
hg diff hg diff --nodates
...@@ -14,3 +14,9 @@ ...@@ -14,3 +14,9 @@
checking files checking files
1 files, 1 changesets, 1 total revisions 1 files, 1 changesets, 1 total revisions
commit failed commit failed
diff -r c1fab96507ef a
--- a/a
+++ b/a
@@ -1,1 +1,1 @@ foo
-foo
+barber
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment