Clean up more mktemp usage residue

...for improved cross-platform support.

Following up on the work in c90ac7b. There was one more test that had mktemp in
the littlecheck "shebang" and this also removes a now-unnecessary `env` prefix.
This commit is contained in:
Mahmoud Al-Qudsi 2022-09-23 11:04:14 -05:00
parent 17426d4741
commit e9908d7d41
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
# Explicitly overriding HOME/XDG_CONFIG_HOME is only required if not invoking via `make test`
# RUN: env %fish --features '' -c 'string match --quiet "??" ab ; echo "qmarkon: $status"'
# RUN: %fish --features '' -c 'string match --quiet "??" ab ; echo "qmarkon: $status"'
#CHECK: qmarkon: 0

View File

@ -1,5 +1,5 @@
# Explicitly overriding HOME/XDG_CONFIG_HOME is only required if not invoking via `make test`
# RUN: env HOME="$(mktemp -d)" XDG_CONFIG_HOME="$(mktemp -d)" %fish -C 'set -g fish %fish' %s
# RUN: %fish -C 'set -g fish %fish' %s
mkdir -p $XDG_CONFIG_HOME/fish