Skip to content

Commit 00a33d6

Browse files
committed
Add echo escape flag
1 parent c739254 commit 00a33d6

File tree

1 file changed

+1
-1
lines changed
  • src/test/run-make/stdin-non-utf8

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-include ../tools.mk
22

33
all:
4-
echo '\xD2' | $(RUSTC) - 2>&1 \
4+
echo -e '\xD2' | $(RUSTC) - 2>&1 \
55
| $(CGREP) "error: couldn't read from stdin, as it did not contain valid UTF-8"

0 commit comments

Comments
 (0)