summaryrefslogtreecommitdiff
path: root/tests/test-diff-hashes.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-diff-hashes.t')
-rw-r--r--tests/test-diff-hashes.t5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/test-diff-hashes.t b/tests/test-diff-hashes.t
index 718f46e..2100276 100644
--- a/tests/test-diff-hashes.t
+++ b/tests/test-diff-hashes.t
@@ -2,8 +2,8 @@
$ cd a
$ hg diff inexistent1 inexistent2
- inexistent1: * (glob)
- inexistent2: * (glob)
+ inexistent1: No such file or directory
+ inexistent2: No such file or directory
$ echo bar > foo
$ hg add foo
@@ -43,4 +43,3 @@
-bar
+foobar
- $ cd ..