aboutsummaryrefslogtreecommitdiff
path: root/testsuite/which/which-uses-default-path
blob: 92b6018c9d51dc93be51c49e1816446ebf11f14c (plain)
1
2
3
4
BUSYBOX=$(command -v busybox)
SAVED_PATH=$PATH
unset PATH
$BUSYBOX which ls