diff options
author | Matt Kraai <kraai@debian.org> | 2002-03-27 23:19:17 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2002-03-27 23:19:17 +0000 |
commit | 8a8308f129cfda74a289b0c31205fd07a3fc05c2 (patch) | |
tree | 7a17d123eec8399844fd25f15867c92449c3d4f3 /testsuite/which | |
parent | 66388f89a520c6c88e281369652c51866af242db (diff) |
* testsuite/which/which-uses-default-path: Remove extra echo.
Diffstat (limited to 'testsuite/which')
-rw-r--r-- | testsuite/which/which-uses-default-path | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/which/which-uses-default-path b/testsuite/which/which-uses-default-path index e2a2f3893..f612aeb54 100644 --- 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 |