diff options
| author | Thomas Jespersen <laumann.thomas@gmail.com> | 2015-04-16 14:57:31 +0200 |
|---|---|---|
| committer | Thomas Jespersen <laumann.thomas@gmail.com> | 2015-04-16 14:57:31 +0200 |
| commit | c0139cafcdbe60e446b81dda78f3595fea3e3b8d (patch) | |
| tree | e6428a2ed1ea04d3291f81ddff6d84ff1e281623 /src | |
| parent | 3a203636e9f5c40cd8117b006ffa732f894c734c (diff) | |
| download | rust-c0139cafcdbe60e446b81dda78f3595fea3e3b8d.tar.gz rust-c0139cafcdbe60e446b81dda78f3595fea3e3b8d.zip | |
Remove `&` from redirected output
This seems to fix the test
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/run-make/trace-macros-flag/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-make/trace-macros-flag/Makefile b/src/test/run-make/trace-macros-flag/Makefile index 88a52773c01..3338e394e0e 100644 --- a/src/test/run-make/trace-macros-flag/Makefile +++ b/src/test/run-make/trace-macros-flag/Makefile @@ -5,5 +5,5 @@ -include ../tools.mk all: - $(RUSTC) -Z trace-macros hello.rs &> $(TMPDIR)/hello.out + $(RUSTC) -Z trace-macros hello.rs > $(TMPDIR)/hello.out diff -u $(TMPDIR)/hello.out hello.trace |
