1
1
mirror of https://github.com/walles/moar.git synced 2024-08-16 07:20:31 +03:00

Try Linux-friendlier mktemp

This commit is contained in:
Johan Walles 2022-04-18 19:12:25 +02:00
parent e7b6c088a5
commit 8a6dd22bfe

View File

@ -14,7 +14,7 @@ fi
echo Testing PAGER= suggestion in moar --help output...
WORKDIR="$(mktemp -d -t moar-path-help-test)"
WORKDIR="$(mktemp -d -t moar-path-help-test.XXXXXXXX)"
# Put a symlink to $MOAR first in the $PATH
ln -s "$MOAR" "$WORKDIR/moar"