Ville Skyttä writes:
On Saturday 29 December 2007, Jerry James wrote:
> QUERY
>
> On Dec 23, 2007 9:33 PM, Stephen Turnbull
>
> <unwelcome-guest(a)alioth.debian.org> wrote:
> > +echo "**** 'mv' may error because there are no files to move.
It's
> > harmless." +mv -v saved/*.tar.gz ../
>
> Instead of warning, how about suppressing the error message?
>
> mv saved/*.tar.gz ../ 2> /dev/null
Is the intention to suppress _all_ possible error messages from mv?
That's precisely why I didn't do it, and gave mv the -v flag to boot.
Specifically, somebody who has constructed a custom bootstrap.tar.gz
would want to know early if it got trashed by the test script.
Note that the script test.sh is only a regression test for the
feature, it is not used by the feature.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches