* 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

View File

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