We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a7802 commit f1b88eaCopy full SHA for f1b88ea
tests/run-make/inaccessible-temp-dir/Makefile
@@ -25,7 +25,7 @@ all:
25
# Run rustc with `-Ztemps-dir` set to a directory
26
# *inside* the inaccessible one, so that it can't create it
27
$(RUSTC) program.rs -Ztemps-dir=$(TMPDIR)/inaccessible/tmp 2>&1 \
28
- | $(CGREP) "failed to find or create the directory specified by `--temps-dir`"
+ | $(CGREP) 'failed to find or create the directory specified by `--temps-dir`'
29
30
# Make the inaccessible directory accessible,
31
# so that compiletest can delete the temp dir
0 commit comments