Skip to content

Commit 216c3c2

Browse files
Try different regex
1 parent d1a0f78 commit 216c3c2

File tree

1 file changed

+4
-2
lines changed
  • regression/cbmc/unknown-argument-suggestion

1 file changed

+4
-2
lines changed

regression/cbmc/unknown-argument-suggestion/test.desc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ CORE
22
dummy.c
33
--traec
44
did you mean --trace
5-
^EXIT=[123456789]\d*$
5+
^EXIT=(1|64)$
66
^SIGNAL=0$
77
--
88
--
99
This checks that we get a useful suggestion when we make a typo on the
10-
commandline
10+
commandline.
11+
12+
The error code is 1 on linux/osx and 64 on windows for some reason.

0 commit comments

Comments
 (0)