Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
yoni206 committed Sep 12, 2023
1 parent 998333c commit 89a44ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/regress/cli/regress0/parser/stdout-diag.smt2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Ensure that no `stdout` or `"stdout"` file is created
; SCRUBBER: ls stdout || ls \"stdout\" || echo success
; SCRUBBER: [ -f stdout ] || [ -f \"stdout\" ] || echo success
; EXPECT: success
(set-option :global-declarations true)
(set-option :diagnostic-output-channel "stdout")
Expand Down

0 comments on commit 89a44ff

Please sign in to comment.