1
0
mirror of https://github.com/sheumann/hush.git synced 2025-04-05 14:37:12 +00:00

* testsuite/which/which-uses-default-path: Remove extra echo.

This commit is contained in:
Matt Kraai 2002-03-27 23:19:17 +00:00
parent 66388f89a5
commit 8a8308f129

@ -1,5 +1,4 @@
BUSYBOX=$(type -p busybox)
echo $BUSYBOX
SAVED_PATH=$PATH
unset PATH
$BUSYBOX which ls