diff options
| author | varkor <github@varkor.com> | 2018-01-31 10:23:15 +0000 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2018-01-31 10:23:15 +0000 |
| commit | 00a33d685be2d325381a5b2842774f4ad1039dff (patch) | |
| tree | 5d1937dba810fd061b94b7e5da074d6b11b6cfec /src/test/run-make | |
| parent | c73925452c870f028ab393acf8edc5ceea382fcb (diff) | |
| download | rust-00a33d685be2d325381a5b2842774f4ad1039dff.tar.gz rust-00a33d685be2d325381a5b2842774f4ad1039dff.zip | |
Add echo escape flag
Diffstat (limited to 'src/test/run-make')
| -rw-r--r-- | src/test/run-make/stdin-non-utf8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-make/stdin-non-utf8/Makefile b/src/test/run-make/stdin-non-utf8/Makefile index 307f3d85c00..f883e546e9c 100644 --- a/src/test/run-make/stdin-non-utf8/Makefile +++ b/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" |
