aboutsummaryrefslogtreecommitdiff
path: root/test/command/5876.md
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-01-21 15:01:50 -0800
committerJohn MacFarlane <[email protected]>2022-01-21 15:01:50 -0800
commit9e0d146837c3bd759fd2b65002f3dfe07c96ff36 (patch)
treef2d15116b67fa815585b05eb7bbd14acd16527eb /test/command/5876.md
parent7df29e495f17b239f0e4b239fda849a1f27d2cf2 (diff)
Update command tests to distinguish stderr and test exit status.
Diffstat (limited to 'test/command/5876.md')
-rw-r--r--test/command/5876.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/command/5876.md b/test/command/5876.md
index 7671a89cf..a8ede1887 100644
--- a/test/command/5876.md
+++ b/test/command/5876.md
@@ -48,11 +48,13 @@ Pandoc
% pandoc -s -t native --data-dir=command/5876 --metadata-file=does-not-exist.yaml
Hello
^D
-Could not find metadata file does-not-exist.yaml
+2> Could not find metadata file does-not-exist.yaml
+=> 98
```
```
% pandoc -s -t native --metadata-file=does-not-exist.yaml
Hello
^D
-Could not find metadata file does-not-exist.yaml
+2> Could not find metadata file does-not-exist.yaml
+=> 98
```