Skip to content

Commit

Permalink
Add echo escape flag
Browse files Browse the repository at this point in the history
  • Loading branch information
varkor committed Jan 31, 2018
1 parent c739254 commit 00a33d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-make/stdin-non-utf8/Makefile
@@ -1,5 +1,5 @@
-include ../tools.mk

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

0 comments on commit 00a33d6

Please sign in to comment.