Date: Thu, 17 Aug 2006 13:20:22 GMT From: Florian Meister <florian.meister@medienhaus.at> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/102184: the -n switch of the test command does not work Message-ID: <200608171320.k7HDKMx8009776@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/102184; it has been noted by GNATS. From: Florian Meister <florian.meister@medienhaus.at> To: Florian Meister <florian.meister@medienhaus.at> Cc: Maxim Konovalov <maxim@macomnet.ru>, bug-followup@freebsd.org Subject: Re: bin/102184: the -n switch of the test command does not work Date: Thu, 17 Aug 2006 15:10:11 +0200 sorry - typo ... i used -f ... > maybe a shell problem - what shell do you use ? > > when I do the following I can also reproduce the error: > > --snip-- > tpextu02# set testvar="lala"; [ -f $lala ]; echo $? > 1 > tpextu02# set testvar="" ; [ -f $lala ] ; echo $? > 1 > tpextu02# [ -f "lala" ] ; echo $? > 1 > tpextu02# [ -f "" ] ; echo $? > 1 > --snap-- > > bye, florian >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608171320.k7HDKMx8009776>