Gbp-Pq: Name deb_specific__which_silence_warning.patch
#if lzma
$ hg archive ../archive.txz
- $ which xz >/dev/null && xz -l ../archive.txz | head -n1 || true
+ $ which xz >/dev/null 2>&1 && xz -l ../archive.txz | head -n1 || true
Strms Blocks Compressed Uncompressed Ratio Check Filename (xz !)
$ rm -f ../archive.txz
#endif
retrieving revision 1.1.2.2.2.1
Merging differences between 1.1 and 1.1.2.2.2.1 into foo.txt
$ cvsci -m "merge2" foo.txt
- $ REALCVS=`which cvs`
+ $ REALCVS=`which cvs 2>/dev/null`
$ echo "for x in \$*; do if [ \"\$x\" = \"rlog\" ]; then echo \"RCS file: $CVSROOT/foo/foo.txt,v\"; cat \"$TESTDIR/test-convert-cvsnt-mergepoints.rlog\"; exit 0; fi; done; $REALCVS \$*" > ../cvs
$ chmod +x ../cvs
$ PATH=..:${PATH} hg debugcvsps --parents foo
error paths
#if symlink
- $ ln -s `which true` hg
+ $ ln -s `which true 2>/dev/null` hg
$ "$PYTHON" $TESTDIR/run-tests.py --with-hg=./hg
warning: --with-hg should specify an hg script, not: true
running 0 tests using 0 parallel processes