about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorThomas Jespersen <laumann.thomas@gmail.com>2015-04-16 14:57:31 +0200
committerThomas Jespersen <laumann.thomas@gmail.com>2015-04-16 14:57:31 +0200
commitc0139cafcdbe60e446b81dda78f3595fea3e3b8d (patch)
treee6428a2ed1ea04d3291f81ddff6d84ff1e281623 /src
parent3a203636e9f5c40cd8117b006ffa732f894c734c (diff)
downloadrust-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/Makefile2
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