mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
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:
parent
17426d4741
commit
e9908d7d41
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user