projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66388f8
)
* testsuite/which/which-uses-default-path: Remove extra echo.
author
Matt Kraai
<kraai@debian.org>
Wed, 27 Mar 2002 23:19:17 +0000
(23:19 -0000)
committer
Matt Kraai
<kraai@debian.org>
Wed, 27 Mar 2002 23:19:17 +0000
(23:19 -0000)
testsuite/which/which-uses-default-path
patch
|
blob
|
history
diff --git
a/testsuite/which/which-uses-default-path
b/testsuite/which/which-uses-default-path
index e2a2f389355694179cb535a7efa9c24389dc022b..f612aeb54508993a696863d138f9542f046bdefd 100644
(file)
--- a/
testsuite/which/which-uses-default-path
+++ b/
testsuite/which/which-uses-default-path
@@
-1,5
+1,4
@@
BUSYBOX=$(type -p busybox)
-echo $BUSYBOX
SAVED_PATH=$PATH
unset PATH
$BUSYBOX which ls